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

Refine Cluster pipelining using Lettuce #2889

Closed
wants to merge 3 commits into from
Closed

Refine Cluster pipelining using Lettuce #2889

wants to merge 3 commits into from

Commits on Apr 4, 2024

  1. Prepare issue branch.

    mp911de committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    02dd234 View commit details
    Browse the repository at this point in the history
  2. Accept CompletableFuture subtypes for Lettuce pipelining.

    We now no longer require RedisCommand but resort to CompletableFuture as the general asynchronous result type for Lettuce pipelining to allow subtypes such as PipelinedRedisFuture.
    mp911de committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d220cab View commit details
    Browse the repository at this point in the history
  3. Use Lettuce functionality for Cluster commands where possible.

    We now remove our own code in favor of Lettuce's advanced cluster support to leverage asynchronous functionality in pipelining.
    
    Document pipelining restrictions regarding Redis Cluster.
    mp911de committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0df9a90 View commit details
    Browse the repository at this point in the history