Function RedisSubscriberImpl.unsubscribe
Unsubscribes from the channel(s) specified, returns immediately if none is currently being listened. If a connection error is thrown here, it stops the listener.
void unsubscribe
(
scope string[] args...
) @safe;