nrk/redis-lua

How to use zrevrangebyscore with limits?

sergeydi opened this issue · 0 comments

Hi,

In redis-cli I use command:
> zrevrangebyscore key value 0 LIMIT 0 1

How to use the same in redis-lua?