Redis.zrevrangeByScoreWithScores
- Set!(Tuple) zrevrangeByScoreWithScores(string key, double max, double min)
- alias zrevrangeByScoreWithScores = BinaryRedis.zrevrangeByScoreWithScores
- Set!(Tuple) zrevrangeByScoreWithScores(string key, double max, double min, int offset, int count)
- Set!(Tuple) zrevrangeByScoreWithScores(string key, string max, string min, int offset, int count)
- Set!(Tuple) zrevrangeByScoreWithScores(string key, string max, string min)
hunt redis Redis Redis
constructorsfunctions