Skip to content

Sorted Set Commands

Sorted set commands are similar to sets, but each member is associated with a score for sorting. Members are unique, but scores can be duplicated. Sorted sets are sorted from smallest to largest score.

Command List

Use Cases

Sorted set commands are ideal for leaderboards, timelines, weighted queues, and other scenarios. Sorting functionality can be easily implemented through scores, while specific member rankings and scores can be quickly queried.

For detailed usage and parameters of each command, please refer to the individual command documentation linked above.

Released under the GPL-3.0 License.