Method: Redis#close
- Defined in:
- lib/redis.rb
permalink #close ⇒ Object Also known as: disconnect!
Disconnect the client as quickly and silently as possible.
88 89 90 91 |
# File 'lib/redis.rb', line 88 def close @client.close @subscription_client&.close end |