mirror of
https://github.com/predis/predis.git
synced 2026-08-24 14:49:32 +00:00
8 lines
128 B
PHP
8 lines
128 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class ZSetReverseRank extends Command {
|
|
public function getId() { return 'ZREVRANK'; }
|
|
}
|