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

10 lines
170 B
PHP

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