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

10 lines
154 B
PHP

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