From dd0713b5157c7c224397af83e8fbd5dab7cc86c5 Mon Sep 17 00:00:00 2001 From: Amir Hossein Shokri Date: Tue, 17 Feb 2026 20:42:43 +0330 Subject: [PATCH] Fix typo (#1640) --- src/Cluster/Distributor/HashRing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cluster/Distributor/HashRing.php b/src/Cluster/Distributor/HashRing.php index 821f2ea8..7488fcc7 100644 --- a/src/Cluster/Distributor/HashRing.php +++ b/src/Cluster/Distributor/HashRing.php @@ -16,7 +16,7 @@ use Predis\Cluster\Hash\HashGeneratorInterface; /** * This class implements an hashring-based distributor that uses the same - * algorithm of memcache to distribute keys in a cluster using client-side + * algorithm of memcached to distribute keys in a cluster using client-side * sharding. * @author Lorenzo Castelli */