RedisDatabase.lrem

Removes the first count occurrences of elements equal to value from the list stored at key.

struct RedisDatabase
long
lrem
(
T
)
(
string key
,
long count
,)

Meta