Skip to content

Commit

Permalink
Merge pull request #1281 from jjb/patch-1
Browse files Browse the repository at this point in the history
note default timeout in readme
  • Loading branch information
byroot committed Jun 9, 2024
2 parents 6a8d165 + 3a14135 commit 433ec69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ See lib/redis/errors.rb for information about what exceptions are possible.
## Timeouts

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

```ruby
Expand Down

0 comments on commit 433ec69

Please sign in to comment.