RedisDatabase.rpush

Insert all the specified values at the tail of the list stored at key.

struct RedisDatabase
long
rpush
(
ARGS...
)
(
string key
,
ARGS args
)

Meta