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

8 lines
127 B
PHP

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