run_redis_query
Execute read-only Redis commands like GET, HGET, LRANGE, and SMEMBERS. Returns results directly from your Redis instance.
Instructions
Execute read-only Redis commands (GET, HGET, LRANGE, SMEMBERS, etc.). Returns the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Read-only Redis command |