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

10 lines
144 B
PHP

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