BinaryClient.zrangeByScore

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

Meta