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