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