module Redis::Commands::Pubsub

def subscribed?

def subscribed?
  !@subscription_client.nil?
end