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
Previously when an error were received by a Redis server, it was not
clear whether this came from a Redis Sentinel or a Redis server in the
cluster. This commit adds the hostname/port of the server to the
exception message via a log context.
Note that this commit also fixes an existing bug where an error in a
MULTI/EXEC command would not properly be processed.
Closesredis-rb#177
0 commit comments