Java High-Performance Architecture
Jul 26, 2023 · Databases
Redis Set & Sorted‑Set Dual Encodings: intset, hashtable, skiplist, ziplist
This article explains how Redis stores set and sorted‑set objects using dual encodings—intset vs hashtable for sets and skiplist vs ziplist for sorted sets—detailing their internal structures, upgrade mechanisms, configuration thresholds, and the essential commands for manipulating these data types.
hashtableintsetordered set
0 likes · 15 min read
