Redis — resources
roadmap.sh: https://roadmap.sh/redis
Books
- Redis in Action (Josiah L. Carlson) — practical patterns (caching, queues, locks) built up from real problems.
- Redis: The Definitive Guide (Jesse Anderson & Salvatore Sanfilippo) — broad, authoritative coverage of data types and operations.
- Redis Cookbook (Tiago Macedo & Fred Oliveira) — task-oriented recipes for common Redis problems.
- Mastering Redis (Jeremy Nelson) — deeper dive into persistence, clustering, and scaling.
Courses / practice
- Redis official documentation — canonical reference for commands, data types, and configuration.
- Redis University — free, structured courses from the maintainers (RU101 intro is the place to start).
- Try Redis (interactive tutorial) — browser-based hands-on intro to the core commands.
- Redis command reference — searchable docs for every command with complexity notes.