1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-20 22:42:59 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
a18fad5bd3 chore: v9 2022-06-04 17:42:06 +03:00
1980be0f9f chore: fix golangci-lint 2022-06-04 10:50:58 +03:00
96f53a0159 fix: format 2021-10-04 17:22:18 +02:00
7f7c181761 fix: add whitespace for avoid unlikely colisions 2021-10-04 15:53:57 +02:00
98bb99ddc2 Fix Redis Cluster issue during roll outs of new nodes with same addr (#1914)
* fix: recycle connections in some Redis Cluster scenarios

This issue was surfaced in a Cloud Provider solution that used for
rolling out new nodes using the same address (hostname) of the nodes
that will be replaced in a Redis Cluster, while the former ones once
depromoted as Slaves would continue in service during some mintues
for redirecting traffic.

The solution basically identifies when the connection could be stale
since a MOVED response will be returned using the same address (hostname)
that is being used by the connection. At that moment we consider the
connection as no longer usable forcing to recycle the connection.
2021-10-04 13:10:42 +03:00
26373ef2f1 follow to golang-lint 1.40
Signed-off-by: monkey <golang@88.com>
2021-05-13 10:33:38 +08:00
02ccf05ed0 Close the conn on context timeout 2020-12-06 11:14:07 +02:00
e0aa8939c7 TRYAGAIN error should be retry 2020-11-12 17:47:04 +08:00
21a1f58caf Retry timeout and retryable error 2020-07-24 15:52:15 +03:00
4440575966 Merge branch 'v8' 2020-05-21 10:16:44 +03:00
07656a01bf Add redis.Error interface and export ErrClosed
Fixes https://github.com/go-redis/redis/issues/1295
Closes https://github.com/go-redis/redis/pull/1296
2020-05-21 09:24:54 +03:00
3dcb844106 Bump major version 2020-05-19 08:52:38 +03:00
7779accbea Use semantic import versioning 2019-08-08 14:29:44 +03:00
48224a399f Remove releaseConnStrict 2019-08-08 11:44:55 +03:00
2927e15b6b Retry BadConnError 2019-08-08 11:44:55 +03:00
4e9cea8876 Add proper SingleConnPool implementation 2019-08-03 17:31:28 +03:00
7d856c5595 Make proto/parser an internal package 2016-07-02 13:52:10 +01:00
30ce5ebd57 Cleanup error handling code. 2016-03-19 16:33:14 +02:00
46790aa060 Add race test for big vals. Copy connection to avoid race with PubSub. 2016-03-14 16:34:15 +02:00
ad0739be99 Extract pool package. Add pool benchmark. 2016-03-12 10:52:13 +02:00
673e999431 Close connection on network timeout. 2016-03-09 14:36:14 +02:00
110e93a8e4 Simplify connection management with sticky connection pool. Fixes #260. 2016-03-01 14:12:25 +02:00
ade3425870 multi: fix recovering from bad connection. 2015-11-14 14:44:16 +02:00
36fcbb1f94 Update readme for v3. 2015-05-23 14:43:49 +03:00
8c67e00efc Add auto-retry and MaxRetries option. Fixes #84. 2015-05-10 17:02:47 +03:00
99fe9114b1 Add ClusterPipeline. 2015-04-13 09:31:30 +03:00
94a31f499f Attempt to cleanup cluster logic. 2015-04-07 12:51:01 +03:00
deb41df992 Don't remove connection from the pool on redis errors. 2014-06-18 15:55:49 +03:00