suspend fun RedisTransaction.watchAwait(key: String): String
Watch the given keys to determine execution of the MULTI/EXEC block
key - Key to watch
key
handler - Handler for the result of this call.
handler
Return