|
@@ -5,5 +5,4 @@ namespace Predis\Commands;
|
|
class Shutdown extends Command {
|
|
class Shutdown extends Command {
|
|
public function canBeHashed() { return false; }
|
|
public function canBeHashed() { return false; }
|
|
public function getId() { return 'SHUTDOWN'; }
|
|
public function getId() { return 'SHUTDOWN'; }
|
|
- public function closesConnection() { return true; }
|
|
|
|
}
|
|
}
|