vertx / io.vertx.rxjava.redis / RedisTransaction / rxLpushMany

rxLpushMany

open fun rxLpushMany(key: String, values: MutableList<String>): Single<String>

Prepend one or multiple values to a list

Parameters

key - Key string

values - Values to be added at the beginning of the list, one by one

Return