Skip to content

Commit d4b24e1

Browse files
committed
Document Redis.new strictness in CHANGELOG
Fix: #1159
1 parent f3d886f commit d4b24e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- Cluster support has been moved to a `redis-clustering` companion gem.
3232
- `select` no longer record the current database. If the client has to reconnect after `select` was used, it will reconnect to the original database.
3333
- Better support Float timeout in blocking commands. See #977.
34+
- `Redis.new` will now raise an error if provided unknown options.
3435
- Removed positional timeout in blocking commands (`BLPOP`, etc). Timeout now must be passed as an option: `r.blpop("key", timeout: 2.5)`
3536
- Removed `logger` option.
3637
- Removed `reconnect_delay_max` and `reconnect_delay`, you can pass precise sleep durations to `reconnect_attempts` instead.

0 commit comments

Comments
 (0)