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