Back to Developer Roadmap

Sorted Sets

src/data/roadmaps/redis/content/[email protected]

4.0344 B
Original Source

Sorted Sets

A sorted set in Redis is a collection of unique strings, or members, that are ordered by an associated score. When more than one string has the same score, the strings are ordered lexicographically.

Learn more from the following resources: