Function RedisSubscriberImpl.psubscribe
Same as subscribe, but uses glob patterns, and does not return instantly if the subscriptions are already registered. throws Exception if the pattern does not yield a new subscription.
void psubscribe
(
scope string[] args...
) @safe;