List
RPUSHX
Push an element at the end of the list only if the list exists.
Arguments
key
string
requiredThe key of the list.
elements
...TValue[]
requiredOne or more elements to push at the end of the list.
Response
The length of the list after the push operation.
0
if the list did not exist and thus no element was pushed.