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

10 lines
140 B
PHP

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