execute_command
Execute any Redis command, with automatic safety checks for dangerous operations like FLUSHALL or SHUTDOWN.
Instructions
Execute any Redis command. For dangerous commands (FLUSHALL, SHUTDOWN, etc.), the command blacklist will be checked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Redis command to execute (e.g., 'GET key', 'HSET hash field value') |