Class: Islo::Redis::Server
- Defined in:
- lib/islo/commands/redis.rb
Overview
Redis server
Instance Attribute Summary
Attributes inherited from Command
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Islo::Command
Class Method Details
.name ⇒ Object
26 27 28 |
# File 'lib/islo/commands/redis.rb', line 26 def self.name :'redis-server' end |
Instance Method Details
#args ⇒ Object
30 31 32 |
# File 'lib/islo/commands/redis.rb', line 30 def args %W(#{wd}/db/redis/redis.conf) end |