class Redis::Pipeline

def call_pipelined(commands, options = {})

def call_pipelined(commands, options = {})
  @commands.concat commands
  nil
end