vertx / io.vertx.reactivex.redis / RedisClient / append

append

open fun append(key: String, value: String, handler: Handler<AsyncResult<Long>>): RedisClient

Append a value to a key

Parameters

key - Key string

value - Value to append

handler - Handler for the result of this call.

Return