lua-resty-redis
lua-resty-redis copied to clipboard
Lua redis client driver for the ngx_lua based on the cosocket API
[error] 1415#1415: *47 lua entry thread aborted: runtime error: lualib/resty/redis.lua:335: bad request stack traceback: coroutine 0: [C]: in function 'send' lualib/resty/redis.lua:335: in function 'get'
hi,friend If i want to use lua-resty-redis in 'redis Sentinel pattern',what should i do?
How to configure IP whitelist?
We get a few "lua tcp socket read timed out" errors and I'd like to add proper error handling for it. I thought I have already implemented correct error handling...
when i pull the latest lua-restry-redis connet redis error below below is on part my lua local redis = require "resty.redis" local red = redis:new() red:set_timeout(50000) -- 1 sec local...
This is really more of a question than an issue. We need to use the latest update with SSL support. It works and thank you for releasing it. However, the...
when i use redis.lua it arise the problem below,and my lua file is also below  
@agentzh Hope you are doing great :), I followed your comments and the issues you have solved for #44 and #104. But am still getting the same issue, for sure...