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
While #325 is working great when the cluster mode is without with encryption-in-transit (which is the tls name for Elascticache, the redis implementation in AWS), the redirection is not applied when that option is enabled.
iredis --url rediss://clustercfg.clusterenabledencrypttransitchristophe.inktdv.use1.cache.amazonaws.com:6379/0
iredis 1.9.1 (Python 3.7.9)
redis-server 6.0.5
Home: https://iredis.io
Issues: https://iredis.io/issues
clustercfg.clusterenabledencrypttransitchristophe.inktdv.use1.cache.amazonaws.
com:6379> set a b
MOVED 15495 clusterenabledencrypttransitchristophe-0002-001.clusterenabledencrypttransitchristophe.inktdv.use1.cache.amazonaws.com:6379
and nothing more...
The text was updated successfully, but these errors were encountered:
After some diging the error I am facing seems to be when in the 2 following cases:
- I am trying to access another shard slot
- i am trying to access the primary node (which is RW) if I am connecting on one slave (which is RO)
If there are lots of users who are expecting this feature, and there is PR implemented feature, I may consider merging.
But since this is AWS's invention, I am not going to do this.
If cloud vendors provide some magical thing to users, they need to provide tools and a development environment together. Open source can not take care of cloud vendors' every corner. sorry.
While #325 is working great when the cluster mode is without with encryption-in-transit (which is the tls name for Elascticache, the redis implementation in AWS), the redirection is not applied when that option is enabled.
and nothing more...
The text was updated successfully, but these errors were encountered: