vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / getsetAwait

getsetAwait

suspend fun RedisClient.getsetAwait(key: String, value: String): String?

Set the string value of a key and return its old value

Parameters

key - Key of which value to set

value - New value for the key

handler - Handler for the result of this call.

Return