Method RedisClient.zrangeByScore

Overload group

Prototype

RedisReply zrangeByScore(
  string key,
  uint start,
  uint end,
  bool withScores
);

Overload group

Prototype

RedisReply zrangeByScore(
  string key,
  uint start,
  uint end,
  uint offset,
  uint count,
  bool withScores
);

Authors

Copyright

License