Redis Modules

Redis Modules extend the core functionality of Redis, turning it into a multi-model database capable of handling JSON documents, full-text search, and graph relationships—all with the same legendary performance.

Module Contents

1. RedisJSON

Learn how to store, update, and fetch nested JSON documents. Understand the tree-based storage engine and why it’s faster than storing JSON strings.

2. RediSearch

Build a high-performance search engine. Create inverted indexes on your data to support full-text search, stemming, and vector similarity search.

3. RedisGraph

Model complex relationships using the Property Graph Model. Write Cypher queries and understand how sparse matrices accelerate graph traversal.

Review & Cheat Sheet

Test your knowledge with interactive flashcards and a quick reference guide for all module commands.