Databases & SQL · Redis

Redis Tutorial

Caching choreography, TTL discipline, Streams & pub/sub orientation.

Sponsored

Lesson outline

  1. 37
    Set and Get Hash Fields

    Learn to set and get hash fields in Redis with a hands-on walkthrough. Understand the core concept, compare options, and troubleshoot common issues. This step-by-step lesson is designed for developers building on prior Redis knowledge.

  2. 38
    Redis Tutorial — Part 019

    Placeholder slot — edit in console (redis-stub-019).

  3. 39
    Increment Hash Fields

    Master incrementing hash fields in Redis with a hands-on lesson. Learn atomic updates, increment commands, and best practices for real-world data structures.

  4. 40
    Redis Tutorial — Part 020

    Placeholder slot — edit in console (redis-stub-020).

  5. 41
    Redis Sorted Sets

    Discover how Redis Sorted Sets maintain order with scores, enabling leaderboards, priority queues, and range queries. This hands-on lesson covers creation, ranking operations, and efficiency tips for real-world use.

  6. 42
    Redis Tutorial — Part 021

    Placeholder slot — edit in console (redis-stub-021).

  7. 43
    Add Scores and Range Queries

    Master sorted set scores and range queries in Redis: adding scores, retrieving by rank or score range, and practical examples for real-world use.

  8. 44
    Redis Tutorial — Part 022

    Placeholder slot — edit in console (redis-stub-022).

  9. 45
    ZRANK and ZSCORE

    Learn how to retrieve the rank of a member and its score from a sorted set using ZRANK and ZSCORE commands in Redis.

  10. 46
    Redis Tutorial — Part 023

    Placeholder slot — edit in console (redis-stub-023).

  11. 47
    Redis Streams Basics

    Master Redis Streams basics with hands-on exercises. Learn message streaming, consumer groups, and offset management — essential for event-driven architectures.

  12. 48
    Redis Tutorial — Part 024

    Placeholder slot — edit in console (redis-stub-024).

    Redis Tutorial — step-by-step tutorials

    What you will find here

    This track walks through redis tutorial in order — each lesson is server-rendered HTML you can read without JavaScript. Follow the outline, then practice in the browser IDE when a lesson links to runnable code.

    Tutorials vs quizzes and code samples

    Tutorials teach in sequence. For quick checks use quizzes. For copy-paste snippets see code samples. For deeper reading browse articles.