suspend fun RedisTransaction.lremAwait(key: String, count: Long, value: String): String
Suspending version of method io.vertx.redis.RedisTransaction.lrem
count
- Number of first found occurrences equal to $value to remove from the list
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.