Skip to content

Commit ea90c85

Browse files
committed
Fix typo in changelog
1 parent d5f7936 commit ea90c85

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
@@ -214,7 +214,7 @@
214214
- Added `_v` versions of `call` methods to make it easier to pass commands as arrays without splating.
215215
- Fix calling `blocking_call` with a block in a pipeline.
216216
- `blocking_call` now raise `ReadTimeoutError` if the command didn't complete in time.
217-
- Fix `blocking_call` to not respect `retry_attempts` on timeout.
217+
- Fix `blocking_call` to not respect `reconnect_attempts` on timeout.
218218
- Stop parsing RESP3 sets as Ruby Set instances.
219219
- Fix `SystemStackError` when parsing very large hashes. Fix: #30
220220
- `hiredis` now more properly release the GVL when doing IOs.

0 commit comments

Comments
 (0)