suspend fun RedisClient.unsubscribeAwait(channels: List<String>): Unit
Stop listening for messages posted to the given channels
channels - List of channels to subscribe to
channels
handler - Handler for the result of this call.
handler
Return