vertx / io.vertx.rxjava.redis / RedisClient / strlen

strlen

open fun strlen(key: String, handler: Handler<AsyncResult<Long>>): RedisClient

Get the length of the value stored in a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return