suspend fun RedisClient.lremAwait(key: String, count: Long, value: String): Long
Remove elements from a list
key - Key string
key
count - Number of first found occurrences equal to $value to remove from the list
count
value - Value to be removed
value
Return