RedisDatabase.zrevRangeByScore - multiple declarations

Function RedisDatabase.zrevRangeByScore

Prototype

RedisReply zrevRangeByScore(
  string key,
  double min,
  double max,
  bool withScores
);

Function RedisDatabase.zrevRangeByScore

Prototype

RedisReply zrevRangeByScore(
  string key,
  double min,
  double max,
  long offset,
  long count,
  bool withScores
);

Authors

Jan Krüger

Copyright

© 2012-2014 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.