BinaryClient.zrangeByScore
- void zrangeByScore(const(ubyte)[] key, double min, double max)
- void zrangeByScore(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
- void zrangeByScore(const(ubyte)[] key, double min, double max, int offset, int count)
- void zrangeByScore(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max, int offset, int count)