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
I see there's mentions of sentinel and hardcoding members, but I'm not sure how this plays into Kubernetes with Statefulsets - they don't have IP's, each member is defined by their node id. E.G. redis-cluster0/1/2/3 etc
The text was updated successfully, but these errors were encountered:
I tried this on a simple redis install in Kubernetes with an environment variable and worked flawlessly.
I came across redis-py-cluster pip module.
When I try cluster with kubernetes I get this sort of error:
redis/redis-py#931 (comment)
I see there's mentions of sentinel and hardcoding members, but I'm not sure how this plays into Kubernetes with Statefulsets - they don't have IP's, each member is defined by their node id. E.G. redis-cluster0/1/2/3 etc
The text was updated successfully, but these errors were encountered: