suspend fun RedisClient.lremAwait(key: String, count: Long, value: String): Long
Suspending version of method io.vertx.redis.RedisClient.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.RedisClient using Vert.x codegen.