vertx / io.vertx.reactivex.redis / RedisClient / rxRpushx

rxRpushx

open fun rxRpushx(key: String, value: String): Single<Long>

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

Return