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

8 lines
149 B
PHP

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