Hi, we use redis on sentinel mode, and we found "info" command that takes a long time when a lot of connections concurrently. We use java jedis library. Any ideas for this issue?

Redis Command

Redis Command

Redis Command

Comment From: hwware

Hi @wrogeru , I have similar experience with you, may I ask you how many number of masters and slaves the sentinel connected with? Also does it happen during the master failover process? thanks

Comment From: wrogeru

Hi @wrogeru , I have similar experience with you, may I ask you how many number of masters and slaves the sentinel connected with? Also does it happen during the master failover process? thanks

Hi @hwware, I have one master and two slaves, and it happens on peak hours, not during failover process.

Comment From: igorwwwwwwwwwwwwwwwwwwww

Possible duplicate of https://github.com/antirez/redis/issues/5145.

Comment From: antirez

Indeed, duplicate, closing.