Skip to content

Inherited from hiredis-vip, support redis cluster authenticate

License

Notifications You must be signed in to change notification settings

wuli1999/hiredis-v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HIREDIS-V

hiredis-v is a C client library for the Redis database. hiredis-v fully contained and inherit from hiredis-vip:(https://github.com/vipshop/hiredis-vip)

CLUSTER AUTH SUPPORT

ADD AUTHENTICATE API:

int redisClusterSetOptionPassword(redisClusterContext *cc, const char *password);

HOW TO USE:

redisClusterContext *cc = redisClusterContextInit();

redisClusterSetOptionPassword(cc, "your password");

redisClusterSetOptionAddNodes(cc, "your cluster info");

redisClusterConnect2(cc);

MORE INFORMATION:

more information, see https://github.com/vipshop/hiredis-vip/wiki

AUTHORS

Hiredis-v was maintained and used at wuli1999(https://github.com/wuli1999.)

About

Inherited from hiredis-vip, support redis cluster authenticate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published