mirror of
https://github.com/predis/predis.git
synced 2026-08-21 11:03:24 +00:00
8 lines
120 B
PHP
8 lines
120 B
PHP
<?php
|
|
|
|
namespace Predis\Commands;
|
|
|
|
class ListRange extends Command {
|
|
public function getId() { return 'LRANGE'; }
|
|
}
|