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

8 lines
148 B
PHP

<?php
namespace Predis\Commands;
class ZSetRemoveRangeByRank extends Command {
public function getCommandId() { return 'ZREMRANGEBYRANK'; }
}