Class RedisPipeline

  • All Implemented Interfaces:
    RedisDeferredCommands

    public class RedisPipeline
    extends Object
    implements RedisDeferredCommands
    A Redis Pipeline, created from a Redis Connection. Each call in this object queues the command and sends them all at once when completed.
    Author:
    Matthew Tropiano