8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Redis
Redis menu
Redis Tutorial
An in-memory data store used for caching, queues, sessions and pub/sub.
Start the Redis tutorial →
What you'll learn
1. Redis Introduction
What Redis is, why it is so fast, connecting via redis-cli, and common use cases.
2. Data Types and Commands
Strings, hashes, lists, sets, and sorted sets with real commands, including a leaderboard example.
3. Caching Patterns
Implementing cache-aside with real Redis commands, plus the cache stampede problem and mitigations.
4. Pub/Sub and Streams
PUBLISH/SUBSCRIBE, Redis Streams as a durable alternative, and when to use Streams vs Kafka/RabbitMQ.
5. Redis Persistence
RDB snapshots vs AOF logs, the durability/performance trade-off, and how to configure each.
6. Redis Cluster and Scaling
Replication and Sentinel for high availability, Redis Cluster sharding, and when you actually need it.
7. Redis Interview Questions
Real Redis interview questions and answers covering performance, data types, and caching strategy.