class Redis::Pipeline

def initialize

def initialize
  @commands = []
end