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