From role-database
Deep operational guide for 15 key-value stores. Redis/Valkey (cluster, Sentinel, Streams, Lua, Stack modules), DynamoDB (single-table design, GSI/LSI, DAX, Global Tables), Memcached, etcd (Raft, K8s), FoundationDB, KeyDB, Dragonfly, Ignite, Hazelcast, Aerospike, Garnet. Use when configuring, tuning, or operating key-value databases in production.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-databaseThis skill is limited to using the following tools:
You are a key-value store specialist providing production-level guidance across 15 key-value database technologies.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
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: