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

A Ruby client library for Redis

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

Related to #305 and #323 – I see unusual behaviour in `#unsubscribe` when two messages are published in quick succession. This can be reproduced using @sixfeetover's example script: ``` ruby...

I'm randomly getting the following error message. Does anyone have any ideas what could be causing this? ``` ruby NoMethodError (undefined method `slice!' for nil:NilClass): vendor/bundle/ruby/2.1.0/gems/redis-3.2.1/lib/redis/connection/ruby.rb:274:in `read' vendor/bundle/ruby/2.1.0/gems/redis-3.2.1/lib/redis/client.rb:248:in `block in...

Right now from the documentation and code it seems the only way to give a timeout value to a request is during initialization through the option hash. But If I...

Currently the `:timeout` option to the Redis constructor applies a latency ceiling both to the initial connection to the Redis server and to any responses to requests. This means you...

See https://github.com/mperham/sidekiq/issues/1597 for backstory. The suspicious code IMO is in [command_helper.rb](https://github.com/redis/redis-rb/blob/master/lib/redis/connection/command_helper.rb#L35). What is the purpose of force_encoding here? Is this a matter of data going into Redis in a bad...

Hello redis-rb hackers! In this feature request I propose the introduction of an optional interface, not replacing the normal interface, but only as an additional interface, that disjoins the calls...

This issue aim to maintain a list of known compatibility issues with `redis-rb` 5.0, as well as links to where they are being handled. If you have an error not...

* The redis-cluster-client gem had had several bugs regarding the transaction feature. They has been resolved with the version `0.7.11`. * https://github.com/redis-rb/redis-cluster-client/issues/299 * The above release makes a portion of...

This PR makes watch & multi work more or less the same way for clustering as they do for normal redis. Since it's supposed to be valid to perform your...

Redis 5.3.3 Ruby 3.1.3 Rails 7.0.4.2 redis gem 5.0.6 resque gem 2.4.0 Just upgraded the redis/resque gems and their dependencies and am getting this intermittent error ERROR -- : ERR...