You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling MasterReplica accepting a Iterable<RedisURI> considers only the first RedisURI if the first URI is a Redis Sentinel configuration. The remaining elements are dropped silently. #1144 shows a possible misconfiguration and that the expectations to the invoked functionality aren't met. We should issue a warning log if encountering such an arrangement to aid troubleshooting.
The text was updated successfully, but these errors were encountered:
Calling
MasterReplica
accepting aIterable<RedisURI>
considers only the firstRedisURI
if the first URI is a Redis Sentinel configuration. The remaining elements are dropped silently. #1144 shows a possible misconfiguration and that the expectations to the invoked functionality aren't met. We should issue a warning log if encountering such an arrangement to aid troubleshooting.The text was updated successfully, but these errors were encountered: