Store the intersection of multiple sets in a key
method
RedisClient.sinterstore
@param destination
The destination key to store the result
@param key
The first set key
@param keys
Additional set keys to intersect
@returns
Promise that resolves with the number of elements in the resulting set
Referenced types
type KeyLike = string | ArrayBufferView | Blob