class Redis::SubscribedClient

def psubscribe_with_timeout(timeout, *channels, &block)

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