vertx / io.vertx.rxjava.redis / RedisClient / dump

dump

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

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