redis
Installation
SKILL.md
Redis
Redis is an in-memory data structure store, used as a database, cache, message broker, and streaming engine. Developers use it to build fast, scalable applications with real-time data.
Official docs: https://redis.io/docs
Redis Overview
- Key
- Value — The data stored under the key.
Use action names and parameters as needed.
Working with Redis
This skill uses the Membrane CLI to interact with Redis. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills