Class: Islo::Redis::Server

Inherits:
Command
  • Object
show all
Defined in:
lib/islo/commands/redis.rb

Overview

Redis server

Instance Attribute Summary

Attributes inherited from Command

#command, #title, #wd

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Command

#exec, #initialize, #title?

Constructor Details

This class inherits a constructor from Islo::Command

Class Method Details

.nameObject



26
27
28
# File 'lib/islo/commands/redis.rb', line 26

def self.name
  :'redis-server'
end

Instance Method Details

#argsObject



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

def args
  %W(#{wd}/db/redis/redis.conf)
end