Jedis ping method deprecated from JedisCluster #2629
Unanswered
ashishkeshu
asked this question in
Q&A
Replies: 1 comment
-
Resolved by #2721 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team,
I am using below constructor to create jedis cluster.
new JedisCluster(jedisClusterNode, connTimeout, soTimeout, maxAttempts, username, password, "", jedisPoolConfig, false);
there is no exception thrown when server nodes are not reachable. how to identify if connection with redis server was successful or not.
Earlier ping command could be used to check the connection status but that too is removed.
Can you please tell what is the appropriate mechanism to check if the redis cluster is successfully connected to redis server.
it will be really helpful.
Thanks,
Ashish
Beta Was this translation helpful? Give feedback.
All reactions