vertx / io.vertx.reactivex.redis / RedisTransaction / rxObject

rxObject

open fun rxObject(key: String, cmd: ObjectCmd): Single<String>

Inspect the internals of Redis objects

Parameters

key - Key string

cmd - Object sub command

Return