vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / dumpAwait

dumpAwait

suspend fun RedisClient.dumpAwait(key: String): String

Return a serialized version of the value stored at the specified key.

Parameters

key - Key string

handler - Handler for the result of this call.

Return