Function 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.
void subscribe
(
scope string[] args...
) @safe;