openresty / lua-resty-redis

Lua redis client driver for the ngx_lua based on the cosocket API
1.91k stars 448 forks source link

redis:get(key) question #257

Open panjhgit opened 1 year ago

panjhgit commented 1 year ago

Redis connection is normal. There is a key in Redis. Redis: get (key) returns false

panjhgit commented 1 year ago

local rediskey = redis_instance:get(redis_key) ngx.log(ngx.ERR,"------ rediskey value -------", rediskey)

panjhgit commented 1 year ago

Who can give me some advice