mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Fix sporadic pool timeouts with IdleTimeout != 0. Fixes #195.
This commit is contained in:
@ -146,6 +146,7 @@ func (c *ClusterClient) process(cmd Cmder) {
|
||||
pipe.Process(NewCmd("ASKING"))
|
||||
pipe.Process(cmd)
|
||||
_, _ = pipe.Exec()
|
||||
pipe.Close()
|
||||
ask = false
|
||||
} else {
|
||||
client.Process(cmd)
|
||||
|
Reference in New Issue
Block a user