Redis Cluster and replication guidance covering hash tags for multi-key operations, avoiding CROSSSLOT errors, and reading from replicas to scale read-heavy workloads. Use when designing keys for a sharded Redis Cluster, debugging CROSSSLOT errors on MGET / SDIFF / pipelines, configuring a multi-key transaction in a cluster, or routing reads to replicas for caches, analytics, or dashboards.
$npx -y skills add redis/agent-skills --skill redis-clusteringInstalls into the current project.
Run `npx skills use "https://github.com/redis/agent-skills" --skill "redis/agent-skills/redis-clustering"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/redis/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/redis/agent-skills"` and select the relevant skills, then follow their instructions.