What to build
Make the Java SDK's common client initialization path honor Redis Cluster configuration so applications using the standard by client entry point can run against Redis Cluster without accidentally creating a standalone connection. The behavior should keep standalone mode as the default, while allowing Cluster mode to be selected through the existing Redis connection configuration and requiring the v2 key schema guard that prevents unsupported Cluster key layouts.
Acceptance criteria
Blocked by
None - can start immediately
What to build
Make the Java SDK's common client initialization path honor Redis Cluster configuration so applications using the standard by client entry point can run against Redis Cluster without accidentally creating a standalone connection. The behavior should keep standalone mode as the default, while allowing Cluster mode to be selected through the existing Redis connection configuration and requiring the v2 key schema guard that prevents unsupported Cluster key layouts.
Acceptance criteria
gateway.redis.*configuration users.REDIS_KEY_SCHEMA_VERSION=v2is configured.Blocked by
None - can start immediately