Redis.zrangeWithScores

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

Meta