vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hstrlenAwait

hstrlenAwait

suspend fun RedisClient.hstrlenAwait(key: String, field: String): Long

Get the length of the value of a hash field.

Parameters

key - Key String

field - field

handler -

Return