Workflow
- •Read
.redis.localfor the Redis connection URL - •Connect to Redis via Docker
- •Ask the user what Redis commands to execute
- •Execute the requested commands and return results
连接本地基于 Docker 的 Redis 实例并执行相关命令。当用户希望运行 Redis 命令、查看 Redis 键值、调试 Redis 数据,或与本地 Redis 容器进行交互时,可选用此功能。
--- frontmattername: local-redis-skill description: Connect to and execute commands against a local Docker-based Redis instance. Use when the user wants to run Redis commands, inspect Redis keys/values, debug Redis data, or interact with the local Redis container.
.redis.local for the Redis connection URL