Databases & SQL · Redis

Redis Tutorial

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

Sponsored

Lesson outline

  1. 25
    Rename and copy keys

    Learn how to rename and copy keys in Redis with clear steps and hands-on exercises. Understand the mental model, see when to use each command, and handle edge cases. Part of a progressive Redis tutorial series.

  2. 26
    Redis Tutorial — Part 013

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

  3. 27
    Redis Lists

    Master Redis lists in this hands-on lesson: LPUSH, RPUSH, LPOP, RPOP, LLEN, LRANGE, and more. Learn when to use lists vs sets or streams. Includes a practical exercise and troubleshooting tips for common edge cases. Essential for building queues, logs, and activity feeds.

  4. 28
    Redis Tutorial — Part 014

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

  5. 29
    LPUSH, RPUSH, and LPOP

    Learn LPUSH, RPUSH, and LPOP in Redis with hands-on exercises. Master left/right push and left pop for list operations.

  6. 30
    Redis Tutorial — Part 015

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

  7. 31
    Manage Redis Sets with SADD

    Learn how to add members to Redis sets using the SADD command, understand set behavior, and practice with hands-on exercises. This lesson covers core concepts, step-by-step usage, and common edge cases for managing sets in Redis.

  8. 32
    Redis Tutorial — Part 016

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

  9. 33
    Find Set Intersections & Unions

    Learn how to use Redis commands to find intersections and unions of sets, with hands-on exercises and troubleshooting tips.

  10. 34
    Redis Tutorial — Part 017

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

  11. 35
    Use Redis Hashes for Objects

    Learn to store and retrieve objects efficiently using Redis hashes: a hands-on guide to mapping real-world data structures to hash fields.

  12. 36
    Redis Tutorial — Part 018

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

    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.