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

redis-dump-load: Pin the redis package to use 3.5.3 #9001

Merged
merged 1 commit into from
Oct 19, 2021

Commits on Oct 18, 2021

  1. redis-dump-load: Pin the redis package to use 3.5.3

    Redis 4.0.0b1 has been uploaded to pip as a prerelease version. This
    version drops support for Python 2 and only supports Python 3. Because
    setup.py is being run, it will use the latest version of a package and
    not the latest stable version (which is still 3.5.3).
    
    Therefore, pin the redis package to version 3.5.3, so that it will work
    for both Python 2 and 3.
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    9722b38 View commit details
    Browse the repository at this point in the history