redis-rb v3.3.0 Release Notes

    • ➕ Added support for SSL/TLS. Redis doesn't support SSL natively, so you still need to run a terminating proxy on Redis' side. See #496.

    • ⏱ Added read_timeout and write_timeout options. See #437, #482.

    • ➕ Added support for pub/sub with timeouts. See #329.

    • ➕ Added Redis#call, Redis#queue and Redis#commit as a more minimal API to the client.

    • 🗄 Deprecated Redis#disconnect! in favor of Redis#close.