Skip to main content

Arguments

str
required
The key to store the resulting set in.
List[str]
required
The keys of the sets to compare.
List[float]
default:"None"
The weights to apply to the sets.
"SUM" | "MIN" | "MAX"
default:"sum"
The aggregation function to apply to the sets.
bool
default:"false"
Whether to include scores in the result.

Response

The number of elements in the resulting set.