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 d5f7936 commit ea90c85Copy full SHA for ea90c85
CHANGELOG.md
@@ -214,7 +214,7 @@
214
- Added `_v` versions of `call` methods to make it easier to pass commands as arrays without splating.
215
- Fix calling `blocking_call` with a block in a pipeline.
216
- `blocking_call` now raise `ReadTimeoutError` if the command didn't complete in time.
217
-- Fix `blocking_call` to not respect `retry_attempts` on timeout.
+- Fix `blocking_call` to not respect `reconnect_attempts` on timeout.
218
- Stop parsing RESP3 sets as Ruby Set instances.
219
- Fix `SystemStackError` when parsing very large hashes. Fix: #30
220
- `hiredis` now more properly release the GVL when doing IOs.
0 commit comments