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.

class RedisSubscriberImpl
void
psubscribe
(
scope string[] args...
)

Meta