# local-redis-skill > 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. - Author: Development Development - Repository: Darna-Digital/skills - Version: 20260206184936 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Darna-Digital/skills - Web: https://mule.run/skillshub/@@Darna-Digital/skills~local-redis-skill:20260206184936 --- --- name: 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. --- ## Workflow 1. Read `.redis.local` for the Redis connection URL 2. Connect to Redis via Docker 3. Ask the user what Redis commands to execute 4. Execute the requested commands and return results