vert-x3 / vertx-redis-client

Redis client for Vert.x
http://vertx.io
Apache License 2.0
131 stars 119 forks source link

RedisClusterClient does not handle command command, use non cluster client on the right node #340

Closed hiteshbal91dp closed 2 years ago

hiteshbal91dp commented 2 years ago

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

  1. Connect to redis cluster specifying mentioned configs
  2. After redis connection run the "INFO CLUSTER" command

Extra

otoniel-zappyride commented 2 years ago

The same occurs using Quarkus Health Check.

pendula95 commented 2 years ago

This has been addressed, please use latest version 4.3.2 to avoid this issue. f43502bcf1e63566fc304a3d3f3349329989c2d1