Skip to content

Commit 433ec69

Browse files
authored
Merge pull request #1281 from jjb/patch-1
note default timeout in readme
2 parents 6a8d165 + 3a14135 commit 433ec69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ See lib/redis/errors.rb for information about what exceptions are possible.
273273
## Timeouts
274274

275275
The client allows you to configure connect, read, and write timeouts.
276+
Starting in version 5.0, the default for each is 1. Before that, it was 5.
276277
Passing a single `timeout` option will set all three values:
277278

278279
```ruby

0 commit comments

Comments
 (0)