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

I can't use lua-resty-redis to connect the redis cluster, right ? if not, it's there any plan about redis cluster ? what should i do for that ? I really...

It seems to me (unless I'm missing something) that lua-resty-redis only allows you to connect to database 0 of redis. You cannot specify another number. ie this uri connects to...

Hi, We came across an interesting situation when running our app which roughly has: - an event loop that keeps calling recv_frame. On close or error we call set_keepalive to...

We are using lua-resty-redis in high load environment, and encountered unexpected behavior of connection pool. The webapp server communicates the kvs(Redis) server via the lvs server as below. ``` WebApp...

redis is used to cache data, if redis service is unavailable, how could app fast pass redis connect wait, and continue to query data from other system. only set timeout...

How can I delete or update record in Redis using this module?

Hello I use this code to get all data from db Count of all is 200k One record contain 10 symbols ``` local master, err = rc:connect_via_sentinel(params) local res, err...

Could you please add a support of BITFIELD command?

Hello! I have long transaction with redis: set some keys with testing ok/not_ok status; get keys and test results; then rpush, test result; then inner calcs; then another set and...