vertx / io.vertx.reactivex.redis / RedisClient / rxLpushx

rxLpushx

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

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

Parameters

key - Key string

value - Value to add at the beginning of the list

Return