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

10 lines
131 B
PHP

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