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

8 lines
134 B
PHP

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