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

8 lines
126 B
PHP

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