I am new to redis, I just used redis a couple of months. I am currently using the stable version 2.8.x, but I am trying to use 3.0.0 to import redis cluster functions. I use java jedis as a client, and here is my problem: I found that the latest version of the Jedis redis cluster lua scripting client support (JedisCluster.evalsha), but nowhere I can find pipelining and transaction functions, so I was wondering if this Jedis who have not yet implemented it (pipeline, transactions), or does it just cluster redis does not support pipeline operations and transactions in general?
source
share