Backported changes from the mainline library to the PHP 5.2 branch (up to commit 17f83a5)

This commit is contained in:
Daniele Alessandri
2011-04-01 17:15:54 +02:00
parent 0546f74374
commit ada8878295
12 changed files with 1176 additions and 408 deletions
+1 -1
View File
@@ -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 {