RedisSubscriberImpl.punsubscribe

Same as unsubscribe, but uses glob patterns, and does not return instantly if the subscriptions are not registered. throws Exception if the pattern does not yield a new unsubscription.

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

Meta