Class: Mimas::Plugins::Redis::Commands::Console
- Inherits:
-
CLI::Commands::BaseCommand
- Object
- CLI::Commands::BaseCommand
- Mimas::Plugins::Redis::Commands::Console
- Defined in:
- lib/mimas/plugins/redis/commands/console.rb
Instance Method Summary collapse
Instance Method Details
#call(server_name:, **options) ⇒ Object
12 13 14 15 16 17 |
# File 'lib/mimas/plugins/redis/commands/console.rb', line 12 def call(server_name:, **) server = Config.current.servers[server_name.to_sym] sudo_user = [:user] server.start_redis_console(sudo_user: sudo_user) end |