Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deal with redis-rb warning for pipelined call
redis-rb 4.6 deprecated calling `pipelined` without having the given block accept the client and added a warning. See https://github.com/redis/redis-rb/blob/21ec1dec064f43def1f47983431861e6491b770e/CHANGELOG.md#460 for more details. As suggested in their changelog this adapts the call to `pipelined` accordingly. This behaviour was also already accepted in the older redis-rb versions, so it is safe to make this change without limiting the redis-rb gem versions that can be used together with gcra-ruby.
- Loading branch information