Class | Redis::Distributed |
In: |
lib/redis/distributed.rb
|
Parent: | Object |
ring | [R] |
Count the number of set bits in a range of the string value stored at key.
Remove the last element in a list, append it to another list and return it.
Add one or more members to a sorted set, or update the score for members that already exist.
Return a range of members in a sorted set, by index, with scores ordered from high to low.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
Determine the index of a member in a sorted set, with scores ordered from high to low.