PipelineBase.zrangeByScoreWithScores
- Response!(Set!(Tuple)) zrangeByScoreWithScores(string key, double min, double max)
- Response!(Set!(Tuple)) zrangeByScoreWithScores(string key, string min, string max)
- Response!(Set!(Tuple)) zrangeByScoreWithScores(const(ubyte)[] key, double min, double max)
- Response!(Set!(Tuple)) zrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
- Response!(Set!(Tuple)) zrangeByScoreWithScores(string key, double min, double max, int offset, int count)
- Response!(Set!(Tuple)) zrangeByScoreWithScores(string key, string min, string max, int offset, int count)
- Response!(Set!(Tuple)) zrangeByScoreWithScores(const(ubyte)[] key, double min, double max, int offset, int count)
- Response!(Set!(Tuple)) zrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max, int offset, int count)