vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / getAwait

getAwait

suspend fun RedisClient.getAwait(key: String): String?

Get the value of a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return