Tag

Listpack

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Jul 26, 2023 · Databases

Understanding Redis Sorted Set Implementation and Real‑World Leaderboard Use Cases

This article explains the Redis Sorted Set data type, its underlying storage mechanisms (listpack and skiplist + dict), the internal structures and algorithms, and demonstrates how to build a real‑time game leaderboard using ZADD, ZRANGE and ZREVRANK commands.

Data StructureDatabaseListpack
0 likes · 14 min read
Understanding Redis Sorted Set Implementation and Real‑World Leaderboard Use Cases