Redis
Efficiently query, update, and manage data stored in Redis databases using Bagelhole's intelligent AI agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add redis npx -- -y @trustedskills/redis
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"redis": {
"command": "npx",
"args": [
"-y",
"@trustedskills/redis"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Redis, an in-memory data structure store. It can be used as a database, cache, and message broker. It allows agents to perform operations like setting/getting keys, managing lists, and interacting with other Redis features.
When to use it
- Caching frequently accessed data: Improve application performance by storing query results or API responses in Redis.
- Managing session state: Store user session information for web applications.
- Implementing real-time features: Power features like chat rooms or leaderboards using Redis's pub/sub capabilities.
- Queueing tasks: Use Redis lists to manage background jobs and asynchronous processing.
Key capabilities
- Key-value storage
- List operations (push, pop)
- Pub/Sub messaging
- Data expiration (TTL)
Example prompts
- "Set the value of key 'user_id:123' to 'John Doe'."
- "Get the value associated with the key 'product_views'."
- “Add ‘task4’ to the end of the queue list.”
Tips & gotchas
Requires a running Redis instance accessible by the agent. Be mindful of data persistence; Redis is primarily an in-memory store and requires configuration for durable storage.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.