vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / unlinkAwait

unlinkAwait

suspend fun RedisClient.unlinkAwait(key: String): Long

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

Parameters

key - Key to delete

handler - Handler for the result of this call.

Return