Redis command reference and connection testing tool. Browse commands by category, test live connections with redis-cli, and monitor key statistics — all from the terminal. Works offline as a cheatsheet even without a running Redis instance.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill redis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Redis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-redis)More formats (shields.io, HTML) on the badges page.
# redis
Redis command reference and connection testing tool. Browse commands by category, test live connections with redis-cli, and monitor key statistics — all from the terminal. Works offline as a cheatsheet even without a running Redis instance.
## Usage
```
redis cheatsheet [category]
redis test [host] [port]
redis monitor [host] [port]
```
## Commands
- `cheatsheet` — Browse Redis commands by category (string, list, hash, set, zset, key, server, scripting)
- `test` — Test connection to a Redis instance and show basic info
- `monitor` — Show key count, memory usage, and connected clients
## Examples
```bash
redis cheatsheet
redis cheatsheet hash
redis cheatsheet string
redis test
redis test localhost 6379
redis test 192.168.1.10 6380
redis monitor
redis monitor localhost 6379
```
## Requirements
- bash
- redis-cli (optional — cheatsheet works without it)
## When to Use
Use when writing Redis commands and need a quick reference, when debugging Redis connectivity, or when checking instance health and key statistics from the terminal.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...