List
LREM
Remove the first count
occurrences of an element from a list.
Arguments
The key of the list.
How many occurrences of the element to remove.
The element to remove
Response
The number of elements removed.
Remove the first count
occurrences of an element from a list.
The key of the list.
How many occurrences of the element to remove.
The element to remove
The number of elements removed.