mirror of
https://github.com/predis/predis.git
synced 2026-08-25 03:19:40 +00:00
12f6d30502
* Add retry logic to support temporary redis cluster failure * formatting * Use exponential backoff retries. $minRetryAfter cant be changed if needed with RedisCluster::setMinRetryAfter * fix formating * (hotfix) formaing + import import \Predis\Response\Error and \Predis\Connection\ConnectionException * Update RedisCluster.php * formatting * tweaks * Update RedisCluster.php * Update RedisCluster.php * Update RedisCluster.php * Update unit tests regarding renaming of "retryInterval" * spacing Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>