class Redis::Pipeline

def commands

def commands
  @futures.map(&:_command)
end