vertx / io.vertx.reactivex.redis / RedisClient / rxRpushMany

rxRpushMany

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

Append one or multiple values to a list

Parameters

key - Key string

values - List of values to add to the end of the list

Return