Beispiel #1
0
 @Test
 public void pipelineSelect() {
   Pipeline p = jedis.pipelined();
   p.select(1);
   p.sync();
 }