Class: Deadpool::Monitor::Redis
- Defined in:
- lib/deadpool/monitor/redis.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #state, #system_check
Constructor Details
This class inherits a constructor from Deadpool::Monitor::Base
Instance Method Details
#primary_ok? ⇒ Boolean
12 13 14 |
# File 'lib/deadpool/monitor/redis.rb', line 12 def primary_ok? false end |
#secondary_ok? ⇒ Boolean
16 17 18 |
# File 'lib/deadpool/monitor/redis.rb', line 16 def secondary_ok? false end |