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

10 lines
155 B
PHP

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