nrk / redis-lua

A Lua client library for the redis key value storage system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use zrevrangebyscore with limits?

sergeydi opened this issue · comments

Hi,

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

How to use the same in redis-lua?