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 more edge cases in autopipelining when using redis cluster #1393

Closed

Commits on Jul 28, 2021

  1. fix(cluster) Fix edge cases with Cluster and autopipelining

    Fixes redis#1392
    
    The issue was that this was passing an array instead of a string to
    cluster-key-slot when `args[0]` was an array
    
    Handle pathological cases such as redis.get([], ['key1', 'key2'])
    by flattening the entire args array.
    TysonAndre committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d2412ed View commit details
    Browse the repository at this point in the history