Skip to content

Commit

Permalink
Merge pull request redis#548 from flisky/master
Browse files Browse the repository at this point in the history
doc: update more Options default value
  • Loading branch information
vmihailenco authored Apr 17, 2017
2 parents 00cb257 + 66e0628 commit aeb22d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ type Options struct {
ReadTimeout time.Duration
// Timeout for socket writes. If reached, commands will fail
// with a timeout instead of blocking.
// Default is 3 seconds.
// Default is ReadTimeout.
WriteTimeout time.Duration

// Maximum number of socket connections.
// Default is 10 connections.
// Default is 100 connections.
PoolSize int
// Amount of time client waits for connection if all connections
// are busy before returning an error.
Expand Down

0 comments on commit aeb22d6

Please sign in to comment.