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