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

10 lines
159 B
PHP

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