소스 검색

Renamed class RedisServerCompatibility to RedisServerProfile.

Daniele Alessandri 15 년 전
부모
커밋
876ac2ec7c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/Predis.php

+ 2 - 2
lib/Predis.php

@@ -615,7 +615,7 @@ class ConnectionCluster implements IConnection  {
 
 /* ------------------------------------------------------------------------- */
 
-abstract class RedisServerCompatibility { 
+abstract class RedisServerProfile { 
     private $_registeredCommands;
 
     public function __construct() {
@@ -663,7 +663,7 @@ abstract class RedisServerCompatibility {
     }
 }
 
-class RedisServer__V1_0 extends RedisServerCompatibility {
+class RedisServer__V1_0 extends RedisServerProfile {
     public function getVersion() { return 1.0; }
     public function getSupportedCommands() {
         return array(