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

10 lines
174 B
PHP

<?php
namespace Predis\Commands;
use Predis\Command;
class SetDifferenceStore extends SetIntersectionStore {
public function getCommandId() { return 'SDIFFSTORE'; }
}