Class: Tenax::CircuitBreaker::Store
- Inherits:
-
Object
- Object
- Tenax::CircuitBreaker::Store
- Defined in:
- lib/tenax/circuit_breaker/store.rb
Overview
In-memory store for breaker state. Pluggable for Redis-backed stores.
Instance Method Summary collapse
-
#initialize ⇒ Store
constructor
A new instance of Store.
Constructor Details
#initialize ⇒ Store
Returns a new instance of Store.
7 8 9 |
# File 'lib/tenax/circuit_breaker/store.rb', line 7 def initialize(*) # TODO: implement in later step end |