prepend multiple elements to a sadd
prepend multiple elements to a list
trim a list to the specified range
Remove one member from a set
set the value of an element in a list by its index
add one member to a set
get the number of members in a set
append an element to a list, only if the list exists
append one or multiple elements to a list
remove and get the last element in a list
get a range of elements from a list
prepend one element to a list
Remove and get the first element in a list
Get an element from a list by its index
Remove and return one random member from a set
Get all the members in a set
Increments the number stored at key by one. If the key does not exist, it is set to 0
before performing the operation.
Decrements the number stored at key by one. If the key does not exist, it is set to 0
before performing the operation.
60
removes the first count occurrences of elements equal to element
0
Insert an element before or after another element in a list
BEFORE
determine if a given value is a member of a set
prepend an element to a list, only if the list exists
get the length of a list
Get one random member from a set
Removes the specified key and their values.
Set key to hold the string value. If key already holds a value, it is overwritten, regardless of its type.
value
regardless type.none