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

10 lines
132 B
PHP

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