vertx / io.vertx.reactivex.redis / RedisTransaction / dump

dump

open fun dump(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

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

Parameters

key - Key string

handler - Handler for the result of this call.

Return