# File lib/redis/pipeline.rb, line 133
    def is_a?(other)
      self.class.ancestors.include?(other)
    end