All Posts

  • Published on
    Redis internally uses a hash table to store the elements as a Set.
  • Published on
    The Redis database internally stores List as a linked list. This linked list has a `head` and `tail`