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
- Follow the https://github.com/redis/jedis/blob/master/docs/failover.md instructions
- Use
pipelined() to send commands as a command
- 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
Expected behavior
The
Pipelineclass supports automatic failover.Actual behavior
The
Pipelineclass uses theConnectionclass 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
pipelined()to send commands as a commandRedis / Jedis Configuration
https://github.com/redis/jedis/blob/master/docs/failover.md
Jedis version:
5.0
Redis version:
Any
Java version:
Any