vertx / io.vertx.rxjava.redis / RedisClient / rxDump

rxDump

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

Return a serialized version of the value stored at the specified key.

Parameters

key - Key string

Return