danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
508 stars 74 forks source link

Update README.rst #89

Closed Mahdi-Ba closed 7 months ago

Mahdi-Ba commented 7 months ago

This commit updates the README.md file to include clear instructions and a code example on how to use unique namespaces for multiple, independent CircuitBreakers with Redis storage in Pybreaker. It highlights the necessity of assigning distinct namespaces to each CircuitBreaker instance to ensure independent state management in Redis.

danielfm commented 7 months ago

Thanks 😄