We are using the 4.0.0 version of the vertx-redis-client and when we hit "INFO CLUSTER" command to our AWS elasticcache cluster it is throwing error "RedisClusterClient does not handle command command, use non cluster client on the right node" but if we connect from terminal to AWS ElasticCache it is working fine
Which version(s) did you encounter this bug ?
4.0.0
Steps to reproduce
Connect to redis cluster specifying mentioned configs
After redis connection run the "INFO CLUSTER" command
Questions
We are using the 4.0.0 version of the vertx-redis-client and when we hit "INFO CLUSTER" command to our AWS elasticcache cluster it is throwing error "RedisClusterClient does not handle command command, use non cluster client on the right node" but if we connect from terminal to AWS ElasticCache it is working fine
Which version(s) did you encounter this bug ?
4.0.0
Steps to reproduce
Extra