module Rafka::GenericCommands
Commands available on both {Producer} and {Consumer}.
Public Instance Methods
close()
click to toggle source
Closes the connection.
# File lib/rafka/generic_commands.rb, line 12 def close @redis.quit end
ping()
click to toggle source
# File lib/rafka/generic_commands.rb, line 5 def ping @redis.ping end