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.
1 parent 6ae55ab commit eb267f7Copy full SHA for eb267f7
sentinel.go
@@ -94,14 +94,14 @@ type FailoverOptions struct {
94
// Larger buffers can improve performance for commands that return large responses.
95
// Smaller buffers can improve memory usage for larger pools.
96
//
97
- // default: 0.5MiB (524288 bytes)
+ // default: 256KiB (262144 bytes)
98
ReadBufferSize int
99
100
// WriteBufferSize is the size of the bufio.Writer buffer for each connection.
101
// Larger buffers can improve performance for large pipelines and commands with many arguments.
102
103
104
105
WriteBufferSize int
106
107
PoolFIFO bool
0 commit comments