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

10 lines
147 B
PHP

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