Files
predis/lib/Predis/Commands/SetUnion.php
T

10 lines
139 B
PHP

<?php
namespace Predis\Commands;
class SetUnion extends SetIntersection {
public function getId() {
return 'SUNION';
}
}