BinaryClient.zrevrangeByScoreWithScores

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

Meta