Skip to content

Commit

Permalink
Merge pull request #1225 from afinzel/master
Browse files Browse the repository at this point in the history
Update default timeout docs
  • Loading branch information
byroot committed Sep 29, 2023
2 parents 8e9183a + ad0f30b commit c888c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redis.rb
Expand Up @@ -45,7 +45,7 @@ def drivers
# @option options [String] :host ("127.0.0.1") server hostname
# @option options [Integer] :port (6379) server port
# @option options [String] :path path to server socket (overrides host and port)
# @option options [Float] :timeout (5.0) timeout in seconds
# @option options [Float] :timeout (1.0) timeout in seconds
# @option options [Float] :connect_timeout (same as timeout) timeout for initial connect in seconds
# @option options [String] :username Username to authenticate against server
# @option options [String] :password Password to authenticate against server
Expand Down

0 comments on commit c888c74

Please sign in to comment.