mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
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:
@@ -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;
|
||||
|
||||
// ------------------------------------------------------------------------- //
|
||||
|
||||
Reference in New Issue
Block a user