Jamm\Memory\IRedisServer::zInterStore PHP 메소드

zInterStore() 공개 메소드

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.
리턴 integer
    public function zInterStore($destination, array $keys, array $weights = null, $aggregate = null);