<?php namespace Predis\Commands; class ServerShutdown extends Command { public function getId() { return 'SHUTDOWN'; } protected function canBeHashed() { return false; } }