All Versions
18
Latest Version
Avg Release Cycle
66 days
Latest Release
1480 days ago

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
  • v2.0.0 Changes

    June 19, 2018
    • Add reconnect option that will automatically reconnect a Redis instance when the Redis server connection is lost. NOTE : Default value is true! - 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!!! ๐Ÿ‘

  • 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