You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ Redis command | Description
79
79
**ZREMRANGEBYSCORE***key**min**max* | Removes all members in a sorted set within the given scores
80
80
**ZREVRANGE***key**start**stop**[withscores]*| Returns the specified range of members in a sorted set, with scores ordered from high to low
81
81
**ZREVRANGEBYSCORE***key**min**max**options* | Returns a range of members in a sorted set, by score, with scores ordered from high to low
82
+
**ZSCAN** | Iterates elements of Sorted Sets types.
82
83
**ZSCORE***key**member* | Returns the score of *member* in the sorted set at *key*
83
84
**ZUNIONSTORE***dest**numkeys**key* ... *[weights ...]**[aggregate SUM/MIN/MAX]* | Computes the union of the stored sets given by the specified keys, store the result in the destination key, and returns the number of elements of the new sorted set.
0 commit comments