vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / lremAwait

lremAwait

suspend fun RedisTransaction.lremAwait(key: String, count: Long, value: String): String

Remove elements from a list

Parameters

key - Key string

count - Number of first found occurrences equal to $value to remove from the list

value - Value to be removed

handler - Handler for the result of this call.

Return