소스 검색

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());
 }