Skip to content

Update redis-client to v0.20.0

Stan Hu requested to merge sh-update-redis-client into master

What does this MR do and why?

This fixes a few bugs in the hiredis-client, which we don't use, and freezes the command prelude (https://github.com/redis-rb/redis-client/pull/173). The latter prevents an issue we found with the Peek adapter mutating the AUTH password (gitlab-com/gl-infra/scalability#2826 (closed)) after the upgrade to the redis v5 gem. That issue has since been fixed with !144388 (merged).

Diff: https://my.diffend.io/gems/redis-client/0.19.0/0.20.0

Edited by Stan Hu

Merge request reports