redis_tool
Execute Redis commands (strings, hashes, lists, sets) directly via JSON input, simplifying interaction with Redis databases for streamlined data management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Arguments for the command (JSON string) | |
command | Yes | Redis command to execute (e.g., 'GET', 'SET') |