Skip to content

Commit

Permalink
Change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stfndamjanovic committed Jan 18, 2024
1 parent 44357ca commit e37a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit e37a1b0

Please sign in to comment.