The Redis Modules API allows the extension of Redis with native code through a structured API, available since version 4. It includes high-level and low-level functions to implement custom commands, manage memory, and interact with Redis features efficiently. Developers can create modules using C, C++, and Rust, and leverage tools and templates provided via the Redis Modules SDK for easier implementation.
Related topics: