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