Method: Aerospike::Node#decrease_health
- Defined in:
- lib/aerospike/node.rb
#decrease_health ⇒ Object
Decrease node Health as a result of bad connection or communication
135 136 137 |
# File 'lib/aerospike/node.rb', line 135 def decrease_health @health.update { |v| v - 1 } end |