mirror of
https://github.com/predis/predis.git
synced 2026-08-25 15:29:40 +00:00
Backported changes from the mainline library to the PHP 5.2 branch (up to commit 17f83a5)
This commit is contained in:
@@ -3,7 +3,7 @@ require_once 'SharedConfigurations.php';
|
||||
|
||||
// Developers can customize the distribution strategy used by the client
|
||||
// to distribute keys among a cluster of servers simply by creating a class
|
||||
// that implements the Predis_Distribution_IDistributionAlgorithm interface.
|
||||
// that implements the Predis_Distribution_IDistributionStrategy interface.
|
||||
|
||||
class NaiveDistributionStrategy
|
||||
implements Predis_Distribution_IDistributionStrategy {
|
||||
|
||||
Reference in New Issue
Block a user