Give your AI access to your Redis database. Get and set values, manage keys, work with lists and sets, and interact with your caching layer through natural language.
This server provides the following tools for AI assistants:
Retrieve a value by its key.
Store a value with a key.
Remove a key and its value.
Find keys matching a pattern.
Check how long until a key expires.
Set when a key should expire.
Increase a numeric value.
Add an item to a list.
Retrieve items from a list.
Add a member to a set.
Get all members of a set.
Set a field in a hash.