class Redis::Pipeline

def execute

def execute
  return if @commands.empty?
  @redis.call_command(@commands)
  @commands.clear
end