lua-resty-redis-cluster icon indicating copy to clipboard operation
lua-resty-redis-cluster copied to clipboard

a openresty redis cluster client

Results 15 lua-resty-redis-cluster issues
Sort by recently updated
recently updated
newest added

2018/05/28 15:38:40 [error] 5783#504883: *29 lua entry thread aborted: runtime error: ...xt_virus_openresty-code//lua/libs/resty/rediscluster.lua:207: attempt to index local 'slots' (a nil value) stack traceback: coroutine 0: ...xt_virus_openresty-code//lua/libs/resty/rediscluster.lua: in function 'get'

attempt to call field 'hvals' (a nil value)

问题描述: 1、源码中没有开启expire,当被调用设置有效期时,报错: 2020/07/12 15:58:01 [error] 9873#0: *248 lua entry thread aborted: runtime error: /apps/nginx/conf/waf/waf.lua:168: attempt to call method 'expire' (a nil value) stack traceback: coroutine 0: 2、rediscluster 放开注释的expire命令时候不跑错了,但是设置的key都没有过期时间。 现在需要怎么改进解决下这个问题,请教作者还有各位大神回复,谢谢

仅添加权限认证代码,未修改其他任何东西,因原代码错误处理较少,本次提交也未进行异常处理。

redis集群有密码无法使用吗?

[error] 48643#0: *67 lua entry thread aborted: runtime error: attempt to yield across C-call boundary

Still a work in progress yes but very promising @cuiweixie! It will be shared in our next [RedisWeekly](http://redisweekly.com)!

redis-cluster auth support

set `local` to redis client

有个问题请教下,212行的变量redis_client为全局变量,导致并发根本不行,2个并发都有失败的请求,还有个问题,commands好多redis的命令为何注释掉了,尤其是"del"。