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