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

10 lines
128 B
PHP

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