Overview
Features
Redis Connection Status Resource
Provides the current connection status to the Redis backend via the redis://status endpoint.
Redis Information Resource
Exposes information about the Redis server via the redis://info endpoint.
Key Pattern Search Resource
Lists keys matching a given pattern through redis://keys/{pattern}.
Basic Operations
Get, set (with optional expiry), delete, and increment values.
List Operations
Push values to lists and read ranges (list_push, list_range).
Hash Operations
Set and retrieve hash fields (hash_set, hash_get).
Set Operations
Add to a set and retrieve set members (set_add, set_members).
Pub/Sub Operations
Publish messages to channels (publish_message).
Who Is This For?
- Developers:Interact with Redis-style caches and in-memory key-value stores via MCP for caching and data-management workflows.




