module Redis::Commands::Connection
def quit
-
(String)
- `OK`
def quit synchronize do |client| client.call_v([:quit]) rescue ConnectionError ensure client.close end end
(String)
- `OK`
def quit synchronize do |client| client.call_v([:quit]) rescue ConnectionError ensure client.close end end