Return the length of the Redis list associated with the
specified key.
Usage
redisLLen(key)
Arguments
key
The key to look up.
Value
Details
Returns the length of the Redis list associated with key.
If the key is not found, or if the list is empty, 0 is returned. If the
key is associated with a value of type other than 'list,' an error is
thrown.