Function RedisDatabase.ltrim
Trim an existing list so that it will contain only the specified range of elements specified.
Equivalent to range = range[start .. stop+1]
void ltrim
(
string key,
long start,
long stop
) @safe;