Skip to content
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

Open
gongzhxu opened this issue Jul 29, 2016 · 7 comments
Open

Cluster password support #12

gongzhxu opened this issue Jul 29, 2016 · 7 comments

Comments

@gongzhxu
Copy link

how can i auth when i set the password

@deep011
Copy link
Contributor

deep011 commented Aug 1, 2016

Password of redis cluster for hiredis-vip now is not support.

@andyli029
Copy link

andyli029 commented Nov 9, 2016

the feature is supported : deep011/redis-cluster-tool#5 #22
@deep011 please review and merge

@ridelabs
Copy link

ridelabs commented Feb 1, 2017

I would love to see this merged to master.

@deep011
Copy link
Contributor

deep011 commented Feb 7, 2017

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.

@handsomeZWF
Copy link

I am eager for the cluster api supported passwd auth. @deep011 Come On!

@Penetrate3D
Copy link

@deep011 did you finish it for api supported passwd auth?

@yanpengwang
Copy link

I have one works well so far:
https://github.com/yanpengwang/hiredis-vip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants