mirror of
https://github.com/predis/predis.git
synced 2026-08-19 02:13:21 +00:00
Clean up leftovers.
This commit is contained in:
@@ -5,5 +5,4 @@ namespace Predis\Commands;
|
||||
class Quit extends Command {
|
||||
public function canBeHashed() { return false; }
|
||||
public function getId() { return 'QUIT'; }
|
||||
public function closesConnection() { return true; }
|
||||
}
|
||||
|
||||
@@ -5,5 +5,4 @@ namespace Predis\Commands;
|
||||
class Shutdown extends Command {
|
||||
public function canBeHashed() { return false; }
|
||||
public function getId() { return 'SHUTDOWN'; }
|
||||
public function closesConnection() { return true; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user