Class: Tenax::CircuitBreaker::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/tenax/circuit_breaker/store.rb

Overview

In-memory store for breaker state. Pluggable for Redis-backed stores.

Instance Method Summary collapse

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