Databases & SQL · Redis

Redis Tutorial

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

Sponsored

Lesson outline

  1. 1
    Install Redis on Ubuntu

    Learn to install Redis on Ubuntu step by step — from prerequisites to running the server, with troubleshooting tips and next steps in the Redis track.

  2. 2
    Redis Tutorial — Part 001

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

  3. 3
    Install Redis on macOS

    Step-by-step guide to installing Redis on macOS for local development. Covers Homebrew, configuration, starting the server, and verification.

  4. 4
    Redis Tutorial — Part 002

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

  5. 5
    Install Redis on Windows with WSL

    Step-by-step guide to install Redis on Windows using WSL, with troubleshooting and next steps.

  6. 6
    Redis Tutorial — Part 003

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

  7. 7
    Start Redis Server & Client

    Step 4 in the Redis track: learn how to start the Redis server and connect with the Redis CLI. Hands-on exercise, troubleshooting, and next steps included.

  8. 8
    Redis Tutorial — Part 004

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

  9. 9
    Understand Redis Key-Value Structure

    Learn the core Redis key-value model: how keys map to values, data type flexibility, and naming conventions. Hands-on exercise and troubleshooting included.

  10. 10
    Redis Tutorial — Part 005

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

  11. 11
    Set and Get String Values

    Learn to set and get string values in Redis with a practical, step-by-step tutorial. Master the core concepts, hands-on exercises, troubleshooting, and next steps.

  12. 12
    Redis Tutorial — Part 006

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

    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.