Skip to content

Commit 63befa5

Browse files
committed
Update CHANGELOG
1 parent 13566c3 commit 63befa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Changed `sadd` and `srem` to now always return an Integer.
1414
- Added `sadd?` and `srem?` which always return a Boolean.
1515
- Added support for `IDLE` paramter in `xpending`.
16-
- Cluster support has been moved to a `rediscluster` companion gem.
16+
- Cluster support has been moved to a `redis-clustering` companion gem.
1717
- `select` no longer record the current database. If the client has to reconnect after `select` was used, it will reconnect to the original database.
1818
- Better support Float timeout in blocking commands. See #977.
1919
- 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

Comments
 (0)