Uses of Class
redis.clients.jedis.PipelineBlock

Packages that use PipelineBlock
redis.clients.jedis   
 

Uses of PipelineBlock in redis.clients.jedis
 

Methods in redis.clients.jedis with parameters of type PipelineBlock
 List<Object> BinaryJedis.pipelined(PipelineBlock jedisPipeline)
          Starts a pipeline, which is a very efficient way to send lots of command and read all the responses when you finish sending them.
 



Copyright © 2012. All Rights Reserved.