BinaryClient.zrangeByScoreWithScores

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

Meta