redis-rb v3.1.0 Release Notes

    • ➕ Added debug log sanitization (#428).

    • ➕ Added support for HyperLogLog commands (Redis 2.8.9, #432).

    • ➕ Added support for BITPOS command (Redis 2.9.11, #412).

    • The client will now automatically reconnect after a fork (#414).

    • If you want to disable the fork-safety check and prefer to share the connection across child processes, you can now pass the inherit_socket option (#409).

    • If you want the client to attempt to reconnect more than once, you can now pass the reconnect_attempts option (#347)