suspend fun RedisTransaction.lremAwait(key: String, count: Long, value: String): String
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