About 87,200 results
Open links in new tab
  1. Getting Started - Redis

    RU101 is an introductory course, perfect for developers new to Redis. In this course, you’ll learn about the data structures in Redis, and you’ll see how to practically apply them in the real …

  2. Redis Tutorial

    Redis is written in C. This tutorial provides good understanding on Redis concepts, needed to create and deploy a highly scalable and performance-oriented system.

  3. Redis Introduction - GeeksforGeeks

    Aug 8, 2025 · Redis is a fast, in-memory data store ideal for caching, real-time analytics, and messaging. It offers high performance, scalability, and optional persistence, making it perfect …

  4. How to Use Redis: A Beginner’s Guide to Getting Started

    Mar 15, 2025 · Discover how to get started with Redis with this hands-on guide. Learn installation, basic commands, and essential data structures. Perfect for developers new to Redis.

  5. Quick starts | Docs - Redis

    Redis can be used as a database, cache, streaming engine, message broker, and more. The following quick start guides will show you how to use Redis for the following specific purposes:

  6. 8 Best Redis Tutorials for Beginners [2025 MAR] — Learn

    Feb 7, 2018 · The course explains how to install and set up Redis, and covers basic Redis tools and concepts, including persistence and replication.

  7. Redis Tutorial for Beginners | Learn Redis in 90 minutes

    Whether you're new to Redis or looking to refresh your knowledge, this tutorial is designed for beginners and will help you understand the fundamentals of Redis, a popular open-source,...

  8. Redis Tutorial - w3resource

    Jul 24, 2024 · Redis Tutorial: Learn how to use Redis, from beginner basics to advanced techniques - w3rsourcee.

  9. Redis Database Basics – How the Redis CLI Works, Common Commands

    Apr 14, 2021 · Redis is a popular in-memory database used for a variety of projects, like caching and rate limiting. In this blog post, we will see how you can use Redis as an in-memory …

  10. Chapter 1: Getting to know Redis - Redis

    This chapter will help you to understand where Redis fits within the world of databases, and how Redis is useful for solving problems in multiple contexts (communicating between different …