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

10 lines
172 B
PHP

<?php
namespace Predis\Commands;
use Predis\Command;
class ZSetIntersectionStore extends ZSetUnionStore {
public function getCommandId() { return 'ZINTERSTORE'; }
}