Files
predis/lib/Predis/Commands/Quit.php
T

9 lines
168 B
PHP

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