Method: Dalli::Client#close
- Defined in:
- lib/dalli/client.rb
#close ⇒ Object Also known as: reset
Close our connection to each server. If you perform another operation after this, the connections will be re-established.
349 350 351 352 |
# File 'lib/dalli/client.rb', line 349 def close @ring&.close @ring = nil end |