Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprectated pipeline calls for Redis 4.6.0 #32

Merged
merged 1 commit into from
Mar 2, 2022
Merged

Fix deprectated pipeline calls for Redis 4.6.0 #32

merged 1 commit into from
Mar 2, 2022

Commits on Feb 23, 2022

  1. Fix deprectated pipeline calls for Redis 4.6.0

    Redis 4.6.0 deprecates accessing `redis` within pipeline and multi
    calls. Fix our calls to these methods to use the PipelinedConnection
    given in the block argument.
    justinhoward committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a9f8894 View commit details
    Browse the repository at this point in the history