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

10 lines
131 B
PHP

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