BinaryRedis.zrangeByScore
- Set!(const(ubyte)[]) zrangeByScore(const(ubyte)[] key, double min, double max)
- Set!(const(ubyte)[]) zrangeByScore(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
class BinaryRedis
Set!(const(ubyte)[])
zrangeByScore
- Set!(const(ubyte)[]) zrangeByScore(const(ubyte)[] key, double min, double max, int offset, int count)
- Set!(const(ubyte)[]) zrangeByScore(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max, int offset, int count)
hunt redis BinaryRedis BinaryRedis
constructorsfunctionsstatic functionsvariables