Split Predis\Connection\Aggregate namespace.

Now we have two namespaces for cluster and replication backends:

  - Predis\Connection\Cluster
  - Predis\Connection\Replication
This commit is contained in:
Daniele Alessandri
2016-06-04 20:37:37 +02:00
parent 822f02b8eb
commit 1028599ac5
28 changed files with 68 additions and 64 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ require __DIR__.'/shared.php';
// will be executed on slaves.
use Predis\Command\ScriptCommand;
use Predis\Connection\Aggregate\MasterSlaveReplication;
use Predis\Connection\Replication\MasterSlaveReplication;
use Predis\Replication\ReplicationStrategy;
// ------------------------------------------------------------------------- //