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.
2 parents 8e9183a + ad0f30b commit c888c74Copy full SHA for c888c74
lib/redis.rb
@@ -45,7 +45,7 @@ def drivers
45
# @option options [String] :host ("127.0.0.1") server hostname
46
# @option options [Integer] :port (6379) server port
47
# @option options [String] :path path to server socket (overrides host and port)
48
- # @option options [Float] :timeout (5.0) timeout in seconds
+ # @option options [Float] :timeout (1.0) timeout in seconds
49
# @option options [Float] :connect_timeout (same as timeout) timeout for initial connect in seconds
50
# @option options [String] :username Username to authenticate against server
51
# @option options [String] :password Password to authenticate against server
0 commit comments