Hi all,
I want to change my single Redis instance to Redis Cluster mode. But found that JedisCluster haven't implement RPOPLPUSH command. Is there any alternative methods ? I found a related issue in Jedis Google Group which said RPOPLPUSH already implemented in 2014/9/26, but not merged. https://groups.google.com/forum/#!topic/jedis_redis/TauDZTDbang and #687
Thanks for your time.