deep
deep
参数可以正常传入,如果需要随机key的效果的话,key用__rand_key__代替
后续会考虑跟进hiredis的更新
Password of redis cluster for hiredis-vip now is not support.
I think it is better redesign the cluster api to set some options for cluster context, and they may be as the following: ``` c redisClusterContext *redisClusterContextCreate(const char *addrs); int...
Please show your code
现在只能用到master,后续会支持读写分离的
Hiredis-vip在cluster模式下不支持事务
cluster中不建议使用keys*命令,可以使用scan把所有key扫描出来
Please see the asynchronous example: https://github.com/vipshop/hiredis-vip/wiki/Example-Asynchronous
Thank you! Redsmin is a very good project. I like it, and what can i do for Redsmin?