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

10 lines
158 B
PHP

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