Tutorial
Running Redis at Scale: Course Wrap-up & Next Steps
February 24, 20262 minute read
#Course Structure
This tutorial is part of the Running Redis at Scale course. You can jump to any section:
- Introduction to Running Redis at Scale
- Talking to Redis - CLI, clients, and tuning
- Persistence and Durability - RDB and AOF
- High Availability - Replication and Sentinel
- Scalability - Redis Cluster
- Observability - Metrics and troubleshooting
- Course Conclusion ← You are here
#Congratulations
You've made it! Thanks again for trying out this course on the Redis developer site. We hope you've enjoyed it, and we hope it's provided you with the tools you need to successfully scale Redis with your applications.

#What You Learned
In this course, you learned about:
- Talking to Redis: Server architecture, CLI, configuration, clients, connection pooling, pipelining, and tuning
- Persistence and Durability: RDB snapshots and AOF for data persistence
- High Availability: Replication and Sentinel for automatic failover
- Scalability: Redis Cluster for horizontal scaling with hash slots
- Observability: Metrics, monitoring, latency analysis, and troubleshooting
#Continue Learning
Ready for more? Here are resources to deepen your Redis expertise:
#Redis University Courses
- Redis University - Free online courses covering Redis fundamentals and advanced topics
- Redis Certification - Validate your Redis skills with an official certification
#Related Tutorials
- Run Redis in Docker - Deploy and run Redis in containers
- Redis as a Grafana Datasource - Build custom dashboards for Redis analytics
- Deploy Redis on AWS with Terraform - Automate Redis infrastructure
#Documentation and Tools
- Redis docs - Deep dive into specific features
- Redis Cloud - Try our fully managed Redis service
- More Tutorials - Explore other Redis tutorials
#Stay Connected
Please consider subscribing to our Youtube Channel to stay up to date with all of our latest tutorials, interviews, and general news.
And if you have any feedback or insights you want to share with the Redis University team, don't hesitate to leave a note in our online chat on our Discord server.
Again, we're grateful you've taken the time to work through our course. Happy learning and see you next time!
Best wishes,
Elena, Kurt, and Justin