mirror of
https://github.com/redis/go-redis.git
synced 2025-08-08 23:42:06 +03:00
Select random node when there are no keys.
This commit is contained in:
@@ -138,7 +138,6 @@ func redisRingOptions() *redis.RingOptions {
|
||||
PoolTimeout: 30 * time.Second,
|
||||
IdleTimeout: 500 * time.Millisecond,
|
||||
IdleCheckFrequency: 500 * time.Millisecond,
|
||||
RouteByEvalKeys: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user