RedisSubscriberImpl.blisten

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.

  1. void blisten(void delegate(string, string) @(safe) onMessage, Duration timeout)
  2. void blisten(void delegate(string, string) @(system) onMessage, Duration timeout)
    class RedisSubscriberImpl
    deprecated
    void
    blisten
    (
    void delegate
    (
    string
    ,
    string
    )
    @system
    onMessage
    ,
    Duration timeout = 0.seconds
    )

Meta