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
131 132 133 |
# File 'lib/aerospike/node.rb', line 131 def decrease_health @health.update { |v| v - 1 } end |