BinaryRedisPipeline.zrangeByScoreWithScores

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

Meta