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

**Description** Adds TruffleRuby to GitHub Actions ruby versions to test for compatibility.

I've made the parameter configurable so that I can cut back to the specific case of the service I'm running that causes performance problems # Benchmark Here are the benchmark...

This is an attempt to address #950. It's probably not a good idea to grep pieces of the default REDIS_URL when it's present. The REDIS_URL could be used when no...

This fix `Redis::Client#id` to display the scheme being used correctly. It used to show **redis** scheme regardless of any other scheme we use (rediss, unix...)

allow different digests, and pass through replicas and digest config when creating a Distributed redis client

After a long time of investigating difficult to reproduce errors and suspecting that there is some thread safety issue, we found a note at the bottom of the connection pool...

#### what? This change allows you to call `multi` without a block and queue commands successfully using Redis Transactions. Now we can use `exec` method to execute all commands after...

As discussed in https://github.com/redis/redis-rb/pull/509 The idea here is to fail loudly if such unlikely race condition happened. @djanowski is this more acceptable to you?