redis-cluster官方集群模式下使用pipeline批量操作



        redis从3.0版本后引入了令人兴奋的cluster集群模式,相信很多人都尝试过了,在高兴之余却发现redis官方的cluster对于java客户端的jedis支持却不是很好,至少目前的版本cluster是不支持直接使用pipeline操作,找了好久,终于找到一些几个在官方cluster模式下支持使用pipeline管道操作的方法。

  1. http://www.bubuko.com/infodetail-1106789.html
  2. https://groups.google.com/forum/#!topic/jedis_redis/Z4-0065UFkg
  3. https://groups.google.com/forum/#!topic/jedis_redis/u6j8slokO3E

你可能感兴趣的:(redis-cluster官方集群模式下使用pipeline批量操作)