Files
predis/lib/Predis/Commands/HashLength.php
T
2011-10-18 15:51:55 +02:00

12 lines
135 B
PHP

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