-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cluster password support #12
Comments
Password of redis cluster for hiredis-vip now is not support. |
the feature is supported : deep011/redis-cluster-tool#5 #22 |
I would love to see this merged to master. |
I think it is better redesign the cluster api to set some options for cluster context, and they may be as the following: redisClusterContext *redisClusterContextCreate(const char *addrs);
int redisClusterContextSetReadSlave(redisClusterContext *cc, int flags);
int redisClusterContextSetPasswd(redisClusterContext *cc, const char *password);
int redisClusterConnect(redisClusterContext *cc); I will think over it and finish it recently. |
I am eager for the cluster api supported passwd auth. @deep011 Come On! |
@deep011 did you finish it for api supported passwd auth? |
I have one works well so far: |
how can i auth when i set the password
The text was updated successfully, but these errors were encountered: