Enable AI agents to manage and search data in Redis using natural language queries. Seamlessly integrate with MCP clients to interact with Redis data structures like hashes, lists, sets, streams, and more. Enhance your applications with scalable, high-performance Redis data operations and real-time insights.
Tools
dbsize
Get the number of keys stored in the Redis database
info
Get Redis server information and statistics. Args: section: The section of the info command (default, memory, cpu, etc.). Returns: A dictionary of server information or an error message.
client_list
Get a list of connected clients to the Redis server.
delete
Delete a Redis key. Args: key (str): The key to delete. Returns: str: Confirmation message or an error message.
View 38 more tools