Sorted Set
ZINTER
Returns the intersection between sets.
Arguments
keys
List[str]
requiredThe keys of the sets to compare.
weights
List[float]
default: "None"The weights to apply to the sets.
aggregate
"SUM" | "MIN" | "MAX"
default: "sum"The aggregation function to apply to the sets.
withscores
bool
default: "false"Whether to include scores in the result.
Response
The number of elements in the resulting set.
Was this page helpful?