vertx / io.vertx.reactivex.redis / RedisTransaction / rxStrlen

rxStrlen

open fun rxStrlen(key: String): Single<String>

Get the length of the value stored in a key

Parameters

key - Key string

Return