suspend fun RedisClient.lremAwait(key: String, count: Long, value: String): Long
Remove elements from a list
count
- Number of first found occurrences equal to $value to remove from the list
handler
- Handler for the result of this call.
Return