Skip to content

Commit 861c444

Browse files
Update README.md
1 parent a561420 commit 861c444

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff 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
26

37
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.
48

0 commit comments

Comments
 (0)