BinaryRedis.zrevrangeByScoreWithScores

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Set!(Tuple) zrevrangeByScoreWithScores(const(ubyte)[] key, double max, double min)
  2. Set!(Tuple) zrevrangeByScoreWithScores(const(ubyte)[] key, double max, double min, int offset, int count)
  3. Set!(Tuple) zrevrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min)
  4. Set!(Tuple) zrevrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min, int offset, int count)
    class BinaryRedis
    Set!(Tuple)
    zrevrangeByScoreWithScores
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] max
    ,
    const(ubyte)[] min
    ,
    int offset
    ,
    int count
    )

Meta