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

where is redis:exists() explain?

Open YazaiHu opened this issue 5 years ago • 1 comments

YazaiHu avatar Dec 12 '19 07:12 YazaiHu

@YazaiHu

Is it there. The commands are dynamically created in these lines: https://github.com/openresty/lua-resty-redis/blob/master/lib/resty/redis.lua#L500-L510

You should be able to call redis:exists("key")

toredash avatar Dec 12 '19 09:12 toredash