0PricingLogin
Redis Caching & Messaging (Pub/Sub, Streams) · Lesson

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

  1. Overview of Redis Modules
  2. RediSearch for Full-Text Search
  3. RedisJSON & RedisGraph Basics
  4. Time Series with RedisTimeSeries
← Back to Redis Caching & Messaging (Pub/Sub, Streams)