get
Retrieve a stored value from Redis by specifying a key using this tool. Ideal for efficiently accessing and managing Redis string data in agentic applications.
Instructions
Get a Redis string value.
Args: key (str): The key to retrieve.
Returns: str, bytes: The stored value or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes |