Skip to content

Add support for automatic failover in Pipeline #3568

@uglide

Description

@uglide

Expected behavior

The Pipeline class supports automatic failover.

Actual behavior

The Pipeline class uses the Connection class directly instead of utilizing the Command executor with Circuit breaker support.

Steps to reproduce:

Please create a reproducible case of your problem. Make sure
that case repeats consistently and it's not random

  1. Follow the https://github.com/redis/jedis/blob/master/docs/failover.md instructions
  2. Use pipelined() to send commands as a command
  3. Simulate the Redis connection problem by shutting down the first cluster.

Redis / Jedis Configuration

https://github.com/redis/jedis/blob/master/docs/failover.md

Jedis version:

5.0

Redis version:

Any

Java version:

Any

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions