瀏覽代碼

Methods for defining commands at runtime should not be enforced in the Predis\Profiles\IServerProfile interface.

Daniele Alessandri 14 年之前
父節點
當前提交
27d56a7ac9
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/Predis/Profiles/IServerProfile.php

+ 0 - 2
lib/Predis/Profiles/IServerProfile.php

@@ -6,7 +6,5 @@ interface IServerProfile {
     public function getVersion();
     public function supportsCommand($command);
     public function supportsCommands(Array $commands);
-    public function defineCommand($command, $aliases);
-    public function defineCommands(Array $commands);
     public function createCommand($method, $arguments = array());
 }