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