Overview of Redis Modules
Understand the concept of Redis Modules, how they extend Redis, and their installation.
Welcome to Redis Modules!
Hello! In this lesson, we'll explore Redis Modules. These are powerful extensions that let you add new features and data types to Redis, going beyond its core capabilities.
Think of them as plugins that supercharge your Redis server!
What Are Redis Modules?
Redis Modules are dynamic libraries (like .so files on Linux or .dll files on Windows) that can be loaded into a Redis server at startup or runtime.
They are typically written in C, C++, or Rust, allowing for high performance and tight integration with Redis.
All lessons in this course
- Overview of Redis Modules
- RediSearch for Full-Text Search
- RedisJSON & RedisGraph Basics
- Time Series with RedisTimeSeries