We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13566c3 commit 63befa5Copy full SHA for 63befa5
CHANGELOG.md
@@ -13,7 +13,7 @@
13
- Changed `sadd` and `srem` to now always return an Integer.
14
- Added `sadd?` and `srem?` which always return a Boolean.
15
- Added support for `IDLE` paramter in `xpending`.
16
-- Cluster support has been moved to a `rediscluster` companion gem.
+- Cluster support has been moved to a `redis-clustering` companion gem.
17
- `select` no longer record the current database. If the client has to reconnect after `select` was used, it will reconnect to the original database.
18
- Better support Float timeout in blocking commands. See #977.
19
- Removed positional timeout in blocking commands (`BLPOP`, etc). Timeout now must be passed as an option: `r.blpop("key", timeout: 2.5)`
0 commit comments