vertx / io.vertx.redis / RedisTransaction / strlen

strlen

abstract fun strlen(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the length of the value stored in a key

Parameters

key - Key string

handler - Handler for the result of this call.

Since
Redis 2.2.0 group: string