You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# redis-elasticache
1
+
# Deprecated
2
+
3
+
This is no longer needed: https://github.com/redis/redis-rb/issues/550#issuecomment-703248932
4
+
5
+
## redis-elasticache
2
6
3
7
Adds support for Elasticache failover to the Ruby driver of the redis-rb gem. Elasticache replication groups can transparently promote a new node to master, but TCP connections are persistent. This patch makes READONLY error messages from Redis get handled like a connection error instead of a command error so redis-rb will self heal the connection and run the command against the new master node.
0 commit comments