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

10 lines
132 B
PHP

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