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