Function RedisDatabase.lpop
Removes and returns the first element of the list stored at key.
T lpop(T)
(
string key
)
if (isValidRedisValueReturn!T);
Removes and returns the first element of the list stored at key.
T lpop(T)
(
string key
)
if (isValidRedisValueReturn!T);