vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / unlinkAwait

unlinkAwait

suspend fun RedisTransaction.unlinkAwait(key: String): String

Delete a key asynchronously in another thread. Otherwise it is just as DEL, but non blocking.

Parameters

key - Key string

handler -

Return