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

8 lines
123 B
PHP

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