All Versions
18
Latest Version
Avg Release Cycle
66 days
Latest Release
1810 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.1.1 Changes
September 25, 2018- Fix string_or_nil_command to accept Null Array too - thanks @maiha
-
v2.1.0 Changes
August 29, 2018- โ Add
flushdb
command - thanks to @mamantoha
- โ Add
-
v2.0.0 Changes
June 19, 2018- Add
reconnect
option that will automatically reconnect aRedis
instance when the Redis server connection is lost. NOTE : Default value istrue
! - Thanks to @kostya ! - โ Add
command_timeout
option, which will trigger an exception if the Redis server takes too long to respond to a command, e.g. because of a dump. Thanks to @kostya again! - โ Add connection pooling via the class
Redis::PooledClient
. This was also added by @kostya! - ๐ Update API documentation
๐ฑ Big thanks to @kostya!!! ๐
- Add
-
v1.11.0 Changes
May 27, 2018- โฑ Add connection options dns_timeout and connect_timeout - thanks to @kostya
-
v1.10.1 Changes
May 13, 2018- ๐ Fix compilation in Crystal master - thanks to @kostya
-
v1.10.0 Changes
April 23, 2018- Enable SSL connections to Redis - thanks to @y2k2mt.
๐ The installation became a bit more cumbersome on MacOS X because of the need for openssl. The process is described in the README.md.
-
v1.9.0 Changes
September 10, 2017- Add three new commands: #object_object_refcount, #object_encoding, #object_idletime
-
v1.8.0 Changes
March 06, 2017- ๐ Allow connecting to Redis with url: argument - thanks to Henri Karhatsu