# File lib/redis.rb, line 1032
  def subscribed?
    synchronize do
      @client.kind_of? SubscribedClient
    end
  end