mirror of
https://github.com/predis/predis.git
synced 2026-08-24 14:39:32 +00:00
Rename method ICommand::getCommandId() to ICommand::getId().
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Predis\Commands;
|
||||
|
||||
class BackgroundRewriteAppendOnlyFile extends Command {
|
||||
public function canBeHashed() { return false; }
|
||||
public function getCommandId() { return 'BGREWRITEAOF'; }
|
||||
public function getId() { return 'BGREWRITEAOF'; }
|
||||
public function parseResponse($data) {
|
||||
return $data == 'Background append only file rewriting started';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user