vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / lpushManyAwait

lpushManyAwait

suspend fun RedisClient.lpushManyAwait(key: String, values: List<String>): 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

handler - Handler for the result of this call.

Return