Hi folks,
I want to connect redis cluster using vert.x redis client. I am using vert.x version 3.3.2.
I checked that other redis clients supports using RefisCluster and Sentinel as well. But I could not found something like that which will enable me to connect to redis cluster using redis vert,x client.
When I try to connect AWS elastic cache redis instance using host and port, I am getting below error/exception from redis.
io.vertx.core.impl.NoStackTraceThrowable: MOVED 5355 XX.XXX.XXX.XXX:6379
FYI: I am able to connect above redis cluster using redis-cli using -c option. So, is there something that will enable cluster mode from redis client of vert.x?
So, I need help to resolve this issue and a way to connect redis cluster using vert.x client.
Thanks,
Amit Patil.