Max attempts in jedis pipelining #2995
Unanswered
rahul-narayana
asked this question in
Q&A
Replies: 1 comment 2 replies
-
No.
Avoid pipelining, i.e. just use JedisCluster. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
In jedis cluster we have a constructor argument for maxAttempts which helps in retrying in case any slots are unreachable. Do we have any such support in cluster pipelining. If not what is the recommended way to handle such failures in cluster pipelining
Beta Was this translation helpful? Give feedback.
All reactions