RedisJSON & RedisGraph Basics
Explore storing and querying JSON documents and leveraging graph database capabilities within Redis.
Unlock New Data Types
Redis is incredibly versatile, but sometimes you need more specialized data handling. That's where Redis Modules come in!
These modules extend Redis's core functionality, allowing it to act as a document database, a graph database, and much more.
Introducing RedisJSON
RedisJSON is a module that lets you store, update, and retrieve JSON documents directly within Redis. This is great for managing semi-structured data like user profiles, product catalogs, or configuration settings.
- Native JSON support: Store complex JSON objects.
- Atomic operations: Update parts of a JSON document efficiently.
- Powerful querying: Retrieve data using JSONPath expressions.
All lessons in this course
- Overview of Redis Modules
- RediSearch for Full-Text Search
- RedisJSON & RedisGraph Basics
- Time Series with RedisTimeSeries