redis-rb
redis-rb copied to clipboard
A Ruby client library for Redis
I would like some advice on how to handle SSL certificate rotation using the library. I would imagine there is a way to pass on to the SLL context multiple...
Support for LMPOP, ZMPOP and other Redis 7.0 commands. We can create a new tracker for those here if that's cool
We're seeing "OK" being returned in response to a call to `Redis::Client#mget`. This results in a `#` as we're then trying to call `Array#zip` to zip the keys with their...
Currently calling the `hset` method with an empty like value results in the following error: `Redis::CommandError: ERR wrong number of arguments for 'hset' command` Examples:   Is there any...