redis-rb v3.2.1 Release Notes

    • โž• Added support for PUBSUB command.

    • More low-level socket errors are now raised as CannotConnectError.

    • โž• Added :connect_timeout option.

    • โž• Added support for :limit option for ZREVRANGEBYLEX.

    • ๐Ÿ›  Fixed an issue where connections become inconsistent when using Ruby's Timeout module outside of the client (see #501, #502).

    • โž• Added Redis#disconnect! as a public-API way of disconnecting the client (without needing to use QUIT). See #506.

    • ๐Ÿ›  Fixed Sentinel support with Hiredis.

    • ๐Ÿ›  Fixed Sentinel support when using authentication and databases.

    • ๐Ÿ‘Œ Improved resilience when trying to contact sentinels.