Files
predis/lib/Predis/Commands/SetDifferenceStore.php
T
2011-10-18 15:51:55 +02:00

12 lines
162 B
PHP

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