Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Startedredis
Manage Redis databases via the redis-cli tool.
Stars132
Forks37
UpdatedMarch 16, 2026 at 13:40
File Explorer
2 filesSKILL.md
readonlyMenu
Manage Redis databases via the redis-cli tool.
Interact with Elasticsearch clusters via the API.
Manage GitLab issues and merge requests via the glab CLI.
Read, send, and manage Gmail emails via the gmail-cli tool.
Manage AWS resources via the aws CLI.
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.
Send emails using mailsend-go CLI
| name | redis |
| description | Manage Redis databases via the redis-cli tool. |
| metadata | {"displayName":"Redis","icon":"database","category":"databases","version":"1.0.0","dependencies":{"cli":"redis-cli","checkCommand":"redis-cli --version","bundledInstall":"skills/redis/install.sh","install":{"darwin":{"brew":"redis"},"linux":{"apt":"redis-tools","dnf":"redis"},"windows":{"choco":"redis-64","scoop":"redis"}}},"config":[{"name":"REDIS_HOST","label":"Host","type":"string","required":false,"placeholder":"localhost"},{"name":"REDIS_PORT","label":"Port","type":"string","required":false,"placeholder":"6379"}],"auth":{"type":"basic"}} |
Use redis-cli to interact with Redis instances.
redis-cli -h <host> -p <port> -a <password>SET key valueGET keyKEYS patternDEL keyINFOexitredis-cli to be installed in the environment.