# File lib/redis/pipeline.rb, line 29
    def call_pipelined(commands, options = {})
      @commands.concat commands
      nil
    end