class Redis::SubscribedClient

def psubscribe(*channels, &block)

def psubscribe(*channels, &block)
  subscription("psubscribe", "punsubscribe", channels, block)
end