Function RedisDatabase.rpush
Insert all the specified values at the tail of the list stored at key.
long rpush(ARGS...)
(
string key,
ARGS args
);
Insert all the specified values at the tail of the list stored at key.
long rpush(ARGS...)
(
string key,
ARGS args
);