Function RedisDatabase.llen
Returns the length of the list stored at key. If key does not exist, it is interpreted as an empty list and 0 is returned.
long llen
(
string key
) @safe;
Returns the length of the list stored at key. If key does not exist, it is interpreted as an empty list and 0 is returned.
long llen
(
string key
) @safe;