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

8 lines
126 B
PHP

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