BinaryRedisPipeline.zrevrangeByScoreWithScores

Undocumented in source.
  1. Response!(Set!(Tuple)) zrevrangeByScoreWithScores(const(ubyte)[] key, double max, double min)
  2. Response!(Set!(Tuple)) zrevrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min)
  3. Response!(Set!(Tuple)) zrevrangeByScoreWithScores(const(ubyte)[] key, double max, double min, int offset, int count)
  4. Response!(Set!(Tuple)) zrevrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min, int offset, int count)
    interface BinaryRedisPipeline
    Response!(Set!(Tuple))
    zrevrangeByScoreWithScores
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] max
    ,
    const(ubyte)[] min
    ,
    int offset
    ,
    int count
    )

Meta