mirror of
https://github.com/predis/predis.git
synced 2026-08-20 22:52:52 +00:00
8 lines
120 B
PHP
8 lines
120 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class ZSetCount extends Command {
|
|
public function getId() { return 'ZCOUNT'; }
|
|
}
|