class Dalli::Elasticache::AutoDiscovery::StatsCommand

Encapsulates execution of the ‘stats’ command, which is used to extract the engine_version

Constants

STATS_COMMAND

Public Instance Methods

command() click to toggle source
# File lib/dalli/elasticache/auto_discovery/stats_command.rb, line 17
def command
  STATS_COMMAND
end
response() click to toggle source
# File lib/dalli/elasticache/auto_discovery/stats_command.rb, line 13
def response
  StatsResponse.new(send_command)
end