From e37a1b095774fbc809c6b9d12ce6b48d46a56a11 Mon Sep 17 00:00:00 2001 From: Stefan Damjanovic Date: Thu, 18 Jan 2024 15:31:52 +0100 Subject: [PATCH] Change readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdef345..b5cabbc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $result = CircuitBreaker::for('3rd-party-service')->call(function () { ### Storage -By default, the circuit breaker uses `InMemoryStorage` as a storage driver, which might not be suitable for stateless applications. +By default, the circuit breaker uses `InMemoryStorage` as a storage driver, which is not suitable for most of PHP applications. More useful would be to use `RedisStorage`.