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]

struct RedisDatabase
void
ltrim
(
string key
,
long start
,
long stop
)

Meta