Jamm\Memory\IRedisServer::zInterStore PHP Method

zInterStore() public method

Intersect multiple sorted sets and store the resulting sorted set in a new key
public zInterStore ( string $destination, array $keys, array $weights = null, string | null $aggregate = null ) : integer
$destination string
$keys array
$weights array
$aggregate string | null see Aggregate* constants Returns the number of elements in the resulting sorted set at destination.
return integer
    public function zInterStore($destination, array $keys, array $weights = null, $aggregate = null);