lua-resty-redis
lua-resty-redis copied to clipboard
where is redis:exists() explain?
@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")