mirror of
https://github.com/predis/predis.git
synced 2026-08-31 04:35:05 +00:00
Renamed class RedisServerCompatibility to RedisServerProfile.
This commit is contained in:
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user