Files
predis/lib/Predis/Commands/Quit.php
T
Daniele Alessandri 99c8acfc8c Clean up leftovers.
2011-03-04 19:38:47 +01:00

9 lines
166 B
PHP

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