Provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Set a Redis key-value pair with optional expiration. Input: key (string): Redis key, value (string): Value to store, expireSeconds (number, optional): Expiration time in seconds.
Get value by key from Redis. Input: key (string): Redis key to retrieve.
Delete one or more keys from Redis. Input: key (string | string[]): Key or array of keys to delete.
List Redis keys matching a pattern. Input: pattern (string, optional): Pattern to match keys (default: *).
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs