# File lib/redis/pipeline.rb, line 94
      def commands
        [[:multi]] + super + [[:exec]]
      end