Skip to main content

5 docs tagged with "depth"

View all tags

Hashes in Depth

Welcome to Lesson 4: Hashes in Depth! In the previous lessons, you explored Redis fundamentals, setup, and strings. Now, you'll dive into hashes—a fundamenta...

Lists in Depth

Redis Lists are an essential data structure, widely used for implementing queues, logs, messaging systems, and more. In this lesson, you'll gain a deep under...

Sets in Depth

Redis Sets are an important and versatile data structure, offering unique capabilities for use cases where uniqueness, fast membership checks, and set operat...

Sorted Sets in Depth

Sorted Sets (zset) are one of Redis's most powerful and versatile data structures. Unlike regular Sets, which store unique, unordered values, Sorted Sets ass...

Strings in Depth

Welcome to Lesson 3 of our Redis Developer Course! In this lesson, we’ll dive deep into strings—the most fundamental and versatile data type in Redis. By the...