1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-08 19:52:07 +03:00

Merge branch 'master' into ndyakov/CAE-1088-resp3-notification-handlers

This commit is contained in:
Nedyalko Dyakov
2025-08-18 22:11:06 +03:00
committed by GitHub
17 changed files with 135 additions and 40 deletions

View File

@@ -96,14 +96,14 @@ type ClusterOptions struct {
// Larger buffers can improve performance for commands that return large responses.
// Smaller buffers can improve memory usage for larger pools.
//
// default: 256KiB (262144 bytes)
// default: 32KiB (32768 bytes)
ReadBufferSize int
// WriteBufferSize is the size of the bufio.Writer buffer for each connection.
// Larger buffers can improve performance for large pipelines and commands with many arguments.
// Smaller buffers can improve memory usage for larger pools.
//
// default: 256KiB (262144 bytes)
// default: 32KiB (32768 bytes)
WriteBufferSize int
TLSConfig *tls.Config