Quellcode durchsuchen

Renamed class RedisServerCompatibility to RedisServerProfile.

Daniele Alessandri vor 15 Jahren
Ursprung
Commit
876ac2ec7c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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(