
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 components and languages, and more).
Getting Started - Redis
If you are new to Redis, we recommend starting with Redis University (RU101). 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 world.
Community Edition | Docs
Get started with Redis Community Edition. Redis is an in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker. Redis has built-in replication and different levels of on-disk persistence.
Use Redis | Docs
Managing keys in Redis: Key expiration, scanning, altering and querying the key space. Redis pipelining. How to optimize round-trip times by batching Redis commands. Redis keyspace notifications. Monitor changes to Redis keys and values in real time. Redis programming patterns. Novel patterns for working with Redis data structures
Docs - Redis
Quickly set up a Redis cache, primary, vector, or custom database. Set up a Free Redis-managed database on AWS, GCP, or Azure. Redis Cloud quick start
Learn - Redis
Redis Cloud. Fully managed and integrated with Google Cloud, Azure, and AWS. Redis for AI. Build the fastest, most reliable GenAI apps with our advanced vector database. Redis Software. Self-managed software with enterprise-grade compliance …
Getting Started with Spring Data Redis
This is a complete online course for Java/Spring developers wanting to learn how Redis can serve as your primary database in Spring Applications and how to leverage the power of the many Redis Modules in a traditional Spring Microservices application.
Redis for Dummies
In this Second Edition of Redis for Dummies, you’ll. See real-world examples of Redis-powered applications; Learn about coding with Redis clients like Python, Java, and NodeJS; Explore Redis clustering and high availability; Discover Redis data structures and modules like Search and Query, JSON, Time Series
Redis - Knowledge Base
Welcome to the Redis Knowledge Base! In this portal, you will find troubleshooting articles, tutorials and more for all the Redis solutions and client libraries
Develop with Redis | Docs
Redis quick start guides. Client tools. Tools to interact with a Redis server. Connect with Redis client API libraries. Connect your application to a Redis database and try an example. Understand Redis data types. Overview of data types supported by Redis. Interact with data in Redis