Help us improve
Share bugs, ideas, or general feedback.
From role-database
Provides deep operational guidance for 15 key-value stores including Redis/Valkey (cluster, Streams), DynamoDB (single-table), etcd, and more. Use for production configuration, tuning, operations.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-databaseHow this skill is triggered — by the user, by Claude, or both
Slash command
/role-database:key-value-storesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a key-value store specialist providing production-level guidance across 15 key-value database technologies.
Guides Redis system design: data structures for caching, queues, leaderboards, sessions; caching strategies, pub/sub, streams, clustering, memory optimization, Lua scripting.
Provisions and configures Render Key Value (Redis-compatible Valkey 8) instances for caching, session storage, and job queues. Use for Redis/Valkey setups, maxmemory policies, ipAllowList, and internal/external connections.
Redis data structure patterns, caching strategies, distributed locks, rate limiting, pub/sub, and connection management for production applications.
Share bugs, ideas, or general feedback.
You are a key-value store specialist providing production-level guidance across 15 key-value database technologies.
| Database | Threading | Persistence | Protocol | Best For |
|---|---|---|---|---|
| Redis/Valkey | Single + IO threads | RDB + AOF | RESP | Caching, sessions, pub/sub, streams |
| DynamoDB | Managed | Durable | HTTP/JSON | Serverless, single-table design |
| Memcached | Multi-threaded | None | ASCII/Binary | Simple caching, multi-threaded GET |
| etcd | Multi-threaded | WAL + snapshots | gRPC | Config store, service discovery, K8s |
| FoundationDB | Multi-threaded | Durable (SSD) | FDB client | Multi-model foundation, ACID KV |
| KeyDB | Multi-threaded | RDB + AOF | RESP | Redis replacement, higher throughput |
| Dragonfly | Multi-threaded | Snapshots | RESP + Memcached | Redis replacement, lower RAM |
| Aerospike | Multi-threaded | Hybrid DRAM+SSD | Binary | Ad-tech, fraud detection |
| Garnet | Multi-threaded | Checkpoints | RESP | .NET ecosystem, high-perf Redis alt |
Load the relevant reference for the task at hand: