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

Lua redis client driver for the ngx_lua based on the cosocket API

Results 87 lua-resty-redis issues
Sort by recently updated
recently updated
newest added
trafficstars

[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 ![image](https://user-images.githubusercontent.com/47881861/75943647-8a9d6200-5ed0-11ea-9845-5f731f0f3a9d.png) ![image](https://user-images.githubusercontent.com/47881861/75943724-c2a4a500-5ed0-11ea-814f-d4f273a9a87f.png)

@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...