What to build
Make the by-admin CLI use the same Redis Cluster-aware configuration path as worker startup, so worker lifecycle commands, agent-type admission commands, and metrics snapshots work against Redis Cluster deployments as well as standalone Redis.
Today workers can be configured with Redis Cluster via REDIS_MODE=cluster, REDIS_CLUSTER_NODES, and REDIS_KEY_SCHEMA_VERSION=v2, but the admin CLI still initializes Redis through a standalone URL-only client path. In a Cluster deployment that can fail to follow MOVED/ASK routing and leaves operators without the management surface needed to inspect or control workers.
Acceptance criteria
Blocked by
None - can start immediately
What to build
Make the by-admin CLI use the same Redis Cluster-aware configuration path as worker startup, so worker lifecycle commands, agent-type admission commands, and metrics snapshots work against Redis Cluster deployments as well as standalone Redis.
Today workers can be configured with Redis Cluster via REDIS_MODE=cluster, REDIS_CLUSTER_NODES, and REDIS_KEY_SCHEMA_VERSION=v2, but the admin CLI still initializes Redis through a standalone URL-only client path. In a Cluster deployment that can fail to follow MOVED/ASK routing and leaves operators without the management surface needed to inspect or control workers.
Acceptance criteria
Blocked by
None - can start immediately