vertx / io.vertx.rxjava.redis / RedisTransaction / rxLpushx

rxLpushx

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

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