Jamm\Memory\IRedisServer::sDiffStore PHP Method

sDiffStore() public method

If destination already exists, it is overwritten. Returns the number of elements in the resulting set. Parameters: destination, key [key, ...] or: destination, array(key,key, ...)
public sDiffStore ( string $destination, string | array $key ) : integer
$destination string
$key string | array
return integer
    public function sDiffStore($destination, $key);