-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
I tried to use this driver in a production setup with 3 Sentinel instances on a 1 Master + 2 Replica cluster but I ended up with 20ms extra latency in the response time.
In a single Redis node situation, we have a response time around 47ms. But after using this driver, the response time increased to about 70ms.
I want to know what caused this latency. Is it the driver or it's a natural behavior in a Redis Sentinel cluster?
Thanks.