Class: NeetoDeploy::CLI::Redis::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/neeto_deploy/cli/redis/commands.rb

Instance Method Summary collapse

Instance Method Details

#getObject



24
25
26
# File 'lib/neeto_deploy/cli/redis/commands.rb', line 24

def get
  Get.new(options).run
end

#reset_statsObject



30
31
32
# File 'lib/neeto_deploy/cli/redis/commands.rb', line 30

def reset_stats
  ResetStats.new(options).run
end

#setObject



17
18
19
# File 'lib/neeto_deploy/cli/redis/commands.rb', line 17

def set
  Set.new(options).run
end