Function RedisDatabase.lpushX
Inserts value at the head of the list stored at key, only if key already exists and holds a list.
long lpushX(T)
(
string key,
T value
)
if (isValidRedisValueType!T);