redis
4.3
A Model Context Protocol server that provides access to Redis databases, enabling LLMs to interact with Redis key-value stores through standardized tools.
set
Set a Redis key-value pair with optional expiration
Try it
Result:
get
Get value by key from Redis
Try it
Result:
delete
Delete one or more keys from Redis
Try it
Result:
list
List Redis keys matching a pattern