RedisSubscriberImpl.subscribe

Completes the subscription for a listener to start receiving pubsub messages on the corresponding channel(s). Returns instantly if already subscribed. If a connection error is thrown here, it stops the listener.

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

Meta