suspend fun RedisClient.subscribeAwait(channel: String): JsonArray
Listen for messages published to the given channels
channel - Channel to subscribe to
channel
handler - Handler for the result of this call.
handler
Return