Closed shibuiwilliam closed 3 years ago
Hi @shibuiwilliam, note that you cannot access 127.0.0.1:6379 from outside of the Kubernetes pod where each Redis Cluster node is running.
It is probable that if you enable cluster.externalAccess
for it to work properly: https://github.com/bitnami/charts/tree/master/bitnami/redis-cluster#cluster-management-parameters
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Hi,
I am trying to make a connection to k8s redis cluster with Python and Golang. I have difficulty connecting to the cluster. Does anybody know how to connect and send set/get to the redis cluster via Python? Any suggestion?
This is my current redis cluster.
Python connection with rediscluster.
After I ran the script, I get the following error.