Mllen
Bun

method

RedisClient.llen

key: KeyLike
): Promise<number>;

Get the length of a list

@param key

The list key

@returns

Promise that resolves with the length of the list

Referenced types

type KeyLike = string | ArrayBufferView | Blob