BinaryRedis.zrangeByScoreWithScores

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

Meta