# File lib/redis/pipeline.rb, line 24
    def call_without_reply(command)
      @commands.push command
      nil
    end