- count
long count(double min, double max)
Undocumented in source. Be warned that the author may not have intended to support it.
- countByLex
long countByLex(string min, string max)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRank
long getRank(string member)
Undocumented in source. Be warned that the author may not have intended to support it.
- getReverseRank
long getReverseRank(string member)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
long insert(ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
long length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexOpAssign
double opIndexOpAssign(double value, string member)
Undocumented in source. Be warned that the author may not have intended to support it.
- rangeByLex
auto rangeByLex(string min, string max, long offset, long count)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
long remove(ARGS members)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeRangeByRank
long removeRangeByRank(long start, long end)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeRangeByScore
long removeRangeByScore(double min, double max)
Undocumented in source. Be warned that the author may not have intended to support it.
Represents a Redis sorted set value.
In addition to the methods specific to sorted set values, all operations of RedisValue are available using an alias this declaration.