Redis in Action by Josiah L. Carlson
by Josiah L. Carlson
Considered a classic and highly recommended book for an in-depth understanding of Redis. It covers data structures, client interactions, advanced features like transactions and Lua scripting, and common patterns. While it's a paid print book, Manning often includes a free eBook (PDF, ePub) with the print purchase.
More resources on Redis
Redis Official YouTube Channel
The official YouTube channel for Redis, featuring tutorials, conference talks, feature deep dives, and use case demonstrations directly from the Redis team and community experts.
Redis University
Offers a variety of free, self-paced online courses covering Redis fundamentals, data structures, specific use cases (e.g., caching, search), and client libraries for different programming languages (e.g., Python, .NET). Includes options for certification.
Learn Redis the hard way (in production) - trivago tech blog
A highly-regarded blog post from the trivago tech blog discussing practical lessons, pitfalls, and best practices learned from using Redis in a production environment at scale. It offers valuable real-world insights beyond basic tutorials.
Redis Quick Start Guide
A beginner-friendly tutorial on the official Redis website that guides users through the process of installing Redis, connecting to it, and performing basic operations.
Redis Official Documentation
The comprehensive and authoritative source for learning Redis. It covers installation, configuration, data types, commands, client libraries, modules, and best practices. Essential for both beginners and experienced users.
