redis cluster_error ai_generated true

MOVED/ASK: cluster redirect to different node

ID: redis/cluster-redirect

Also available as: JSON · Markdown
82%Fix Rate
86%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
7 active

Root Cause

Redis Cluster redirecting client to correct node.

generic

Workarounds

  1. 92% success Use cluster-aware client that handles MOVED/ASK automatically
  2. 88% success Refresh slot map on MOVED: CLUSTER SLOTS

Dead Ends

Common approaches that don't work:

  1. Ignore redirects 85% fail

    Commands fail silently

  2. Follow redirects without updating slot map 72% fail

    Constant redirects, slow