Msdiff
Bun

method

RedisClient.sdiff

key: KeyLike,
...keys: KeyLike[]
): Promise<string[]>;

Get the difference of multiple sets

@param key

The first set key

@param keys

Additional set keys to subtract from the first set

@returns

Promise that resolves with an array of members in the difference

Referenced types

type KeyLike = string | ArrayBufferView | Blob