RedisDatabase.lpush

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

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

Meta