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
Fix: better (Redis) exception handling (#89) Redis doesn't wrap all of the errors e.g. (retriable) IOError might be raised from an IO write (#88). With the refactored error handling we make sure these are logged and retried instead of causing pipeline crashes. Also not all specs from the suite were run on the CI, as some are tagged with redis. These require a real Redis server, no reason not to run them against CI as well.
Fix: resolve crash when commands_map is set (#86) * Fix: do not rely on redis.client anymore * Test: redo specs with 'real' Redis mocking * Refactor: cleanup plugin (internals) Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>