vertx / io.vertx.reactivex.redis / RedisClient / rxLpushMany

rxLpushMany

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

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