redis
cluster_error
ai_generated
true
MOVED/ASK: cluster redirect to different node
ID: redis/cluster-redirect
82%Fix Rate
86%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 7 | active | — | — | — |
Root Cause
Redis Cluster redirecting client to correct node.
genericWorkarounds
-
92% success Use cluster-aware client that handles MOVED/ASK automatically
-
88% success Refresh slot map on MOVED: CLUSTER SLOTS
Dead Ends
Common approaches that don't work:
-
Ignore redirects
85% fail
Commands fail silently
-
Follow redirects without updating slot map
72% fail
Constant redirects, slow