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

10 lines
148 B
PHP

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