Redis.zrange

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string[] zrange(string key, long start, long stop)
    class Redis
    string[]
    zrange
    (
    string key
    ,
    long start
    ,
    long stop
    )
  2. alias zrange = BinaryRedis.zrange

Meta