methodRedisClient.llenllen(key: KeyLike): Promise<number>;Get the length of a list@param keyThe list key@returnsPromise that resolves with the length of the listReferenced typestype KeyLike = string | ArrayBufferView | Blob