vertx / io.vertx.rxjava.redis / RedisClient / rpushx

rpushx

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

Append a value to a list, only if the list exists

Parameters

key - Key string

value - Value to be added to the end of the list

handler - Handler for the result of this call.

Return