Files
predis/lib/Predis/Commands/ZSetCount.php
T
2011-10-18 15:51:55 +02:00

12 lines
136 B
PHP

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