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
Add RedisClient::Error#final? to segregate retriable errors in middlewares.
Fix: #254Fix: #119
Ref: #119
Middlewares witness all network errors, but currently have no way of
knowing whether the error is final or is about to be retried.
In many case, you do want to distinguish the two because a low number
of transcient network errors can be expected.
0 commit comments