mirror of
https://github.com/redis/go-redis.git
synced 2025-12-02 06:22:31 +03:00
autopipeline playground
This commit is contained in:
@@ -264,6 +264,12 @@ type Options struct {
|
||||
// transitions seamlessly. Requires Protocol: 3 (RESP3) for push notifications.
|
||||
// If nil, maintnotifications are in "auto" mode and will be enabled if the server supports it.
|
||||
MaintNotificationsConfig *maintnotifications.Config
|
||||
|
||||
// AutoPipelineConfig enables automatic pipelining of commands.
|
||||
// When set, commands will be automatically batched and sent in pipelines
|
||||
// to reduce network round-trips and improve throughput.
|
||||
// If nil, autopipelining is disabled.
|
||||
AutoPipelineConfig *AutoPipelineConfig
|
||||
}
|
||||
|
||||
func (opt *Options) init() {
|
||||
|
||||
Reference in New Issue
Block a user