redis-rb icon indicating copy to clipboard operation
redis-rb copied to clipboard

A Ruby client library for Redis

Results 94 redis-rb issues
Sort by recently updated
recently updated
newest added

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: ![empty_redis_1](https://github.com/user-attachments/assets/21858972-a09e-4dc2-b400-4903b8efb698) ![empty_redis_2](https://github.com/user-attachments/assets/d85a4471-284a-40ce-b38f-feea8dc3e901) Is there any...