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