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

lremAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.lrem

Parameters

key - Key string

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

value - Value to be removed

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.