1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-07 18:21:09 +03:00
Commit Graph

66 Commits

Author SHA1 Message Date
46527c872d cluster: don't reset clients when slots are changed. 2015-04-28 18:17:33 +03:00
d3fb658fef Fix pool waiting for connection that was removed. 2015-04-17 15:42:35 +03:00
51f0a7b0a7 Ensure slots are initialised. Return non-failing connections to pool 2015-04-13 14:33:44 +01:00
99fe9114b1 Add ClusterPipeline. 2015-04-13 09:31:30 +03:00
fc0565a85b Remove getAddrs. 2015-04-08 12:28:50 +03:00
52a9dd52b7 Store addresses of replicas again. 2015-04-08 12:28:21 +03:00
dbfd75705c Remove unused func. 2015-04-07 12:51:01 +03:00
2511a1791d Use only master node address. 2015-04-07 12:51:01 +03:00
94a31f499f Attempt to cleanup cluster logic. 2015-04-07 12:51:01 +03:00
fe931fc851 Add reaper that closes idle connections to the cluster. 2015-04-05 15:41:16 +03:00
ac4571386d Naming consistency 2015-03-30 21:12:52 +01:00
e428ae1457 Rename mutex properties 2015-03-30 15:53:28 +01:00
f5091d4be5 Better race protection 2015-03-30 15:10:53 +01:00
36a06ec378 Unexport HashSlot. 2015-03-23 10:23:33 +02:00
e662309bf4 Fixed redirects logic - 'max' means less that or equals to 2015-03-19 11:40:18 +00:00
c21e5f3255 Add Redis Cluster support. 2015-03-19 11:19:55 +02:00