vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / dumpAwait

dumpAwait

suspend fun RedisTransaction.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