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

8 lines
127 B
PHP

<?php
namespace Predis\Commands;
class ZSetCount extends Command {
public function getCommandId() { return 'ZCOUNT'; }
}