-
Notifications
You must be signed in to change notification settings - Fork 0
PR 5.4: Enable Cluster-capable clients #348
Copy link
Copy link
Closed
Labels
area:backendBackend API, domain services, persistence, or server behaviorBackend API, domain services, persistence, or server behaviorarea:infraInfrastructure, deployment, Kubernetes, Docker, Redis, or operationsInfrastructure, deployment, Kubernetes, Docker, Redis, or operationsopsOperational work, runbooks, deployment safety, or production readinessOperational work, runbooks, deployment safety, or production readinesspriority:p2Normal priority; useful but not urgentNormal priority; useful but not urgenttestAutomated tests, test fixtures, coverage, or test infrastructureAutomated tests, test fixtures, coverage, or test infrastructuretopic:redisRedis keys, caching, sessions, persistence, or HA behaviorRedis keys, caching, sessions, persistence, or HA behavior
Description
Metadata
Metadata
Assignees
Labels
area:backendBackend API, domain services, persistence, or server behaviorBackend API, domain services, persistence, or server behaviorarea:infraInfrastructure, deployment, Kubernetes, Docker, Redis, or operationsInfrastructure, deployment, Kubernetes, Docker, Redis, or operationsopsOperational work, runbooks, deployment safety, or production readinessOperational work, runbooks, deployment safety, or production readinesspriority:p2Normal priority; useful but not urgentNormal priority; useful but not urgenttestAutomated tests, test fixtures, coverage, or test infrastructureAutomated tests, test fixtures, coverage, or test infrastructuretopic:redisRedis keys, caching, sessions, persistence, or HA behaviorRedis keys, caching, sessions, persistence, or HA behavior
What to build
Make the application Redis clients Cluster-ready while preserving the ability to run in the current managed HA standalone mode. Client configuration should cover Cluster topology discovery,
MOVEDandASKredirects, topology refresh, retry behavior, TLS, auth, and rollback to standalone mode.Acceptance criteria
MOVEDandASKredirects, topology refresh, retries, TLS, and auth according to the selected provider requirements.Blocked by