It’s an AWS Cluster with (cluster mode disabled) So cluster has a single shard and 1 read replica node ATM. I want to utilize both the primary node as well as the read replica.
guessing i should have tried the following config instead?
define( 'WP_REDIS_CLUSTER', [
'tcp://127.0.0.1:6379?database=15&alias=node-01',
'tcp://127.0.0.2:6379?database=15&alias=node-02',
] );