vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / lpushManyAwait

lpushManyAwait

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

handler - Handler for the result of this call.

Return