nrk / redis-lua

A Lua client library for the redis key value storage system.
MIT License
733 stars 239 forks source link

How to use zrevrangebyscore with limits? #58

Open sergeydi opened 6 years ago

sergeydi commented 6 years ago

Hi,

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

How to use the same in redis-lua?