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.
Redis.new
1 parent f3d886f commit d4b24e1Copy full SHA for d4b24e1
CHANGELOG.md
@@ -31,6 +31,7 @@
31
- Cluster support has been moved to a `redis-clustering` companion gem.
32
- `select` no longer record the current database. If the client has to reconnect after `select` was used, it will reconnect to the original database.
33
- Better support Float timeout in blocking commands. See #977.
34
+- `Redis.new` will now raise an error if provided unknown options.
35
- Removed positional timeout in blocking commands (`BLPOP`, etc). Timeout now must be passed as an option: `r.blpop("key", timeout: 2.5)`
36
- Removed `logger` option.
37
- Removed `reconnect_delay_max` and `reconnect_delay`, you can pass precise sleep durations to `reconnect_attempts` instead.
0 commit comments