1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-11 18:10:43 +03:00

Added backoff retry

This commit is contained in:
Jonathan Chan
2017-05-25 01:08:44 -04:00
committed by Vladimir Mihailenco
parent 368f0ea0ba
commit 406e882c43
7 changed files with 110 additions and 8 deletions

1
testdata/redis.conf vendored
View File

@@ -7,3 +7,4 @@ save ""
appendonly yes
cluster-config-file nodes.conf
cluster-node-timeout 30000
maxclients 1001