vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / strlenAwait

strlenAwait

suspend fun RedisTransaction.strlenAwait(key: String): String

Get the length of the value stored in a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return