lpush
Add a value to the start of a Redis list and optionally set an expiration time using this tool, enabling efficient list management within Redis MCP Server.
Instructions
Push a value onto the left of a Redis list and optionally set an expiration time.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expire | No | ||
name | Yes | ||
value | Yes |