Published onJanuary 17, 2022 ☕️ 2 min readSets In RedisRedisRedis internally uses a hash table to store the elements as a Set.
Published onJanuary 16, 2022 ☕️ 2 min readStoring Lists in RedisRedisThe Redis database internally stores List as a linked list. This linked list has a `head` and `tail`