redis-lua
redis-lua copied to clipboard
How to use zrevrangebyscore with limits?
Hi,
In redis-cli I use command:
> zrevrangebyscore key value 0 LIMIT 0 1
How to use the same in redis-lua?