We use redis with cluster mode,so jedis cannot support pipeline? I found that lettuce.io did this; https://github.com/lettuce-io/lettuce-core/wiki/Pipelining-and-command-flushing so can you replace jedis with lettuce?
We use redis with cluster mode,so jedis cannot support pipeline?
I found that lettuce.io did this;
https://github.com/lettuce-io/lettuce-core/wiki/Pipelining-and-command-flushing
so can you replace jedis with lettuce?