class Redis::Future

def is_a?(other)

def is_a?(other)
  self.class.ancestors.include?(other)
end