Sha256: 620e56c6e36764862ee46ff9e412c32c7760d5cec1ff755c3611dc43d40177a0

Contents?: true

Size: 219 Bytes

Versions: 23

Compression:

Stored size: 219 Bytes

Contents

Execute.define_task do
  desc "redis-startbg", "'Start redis' without dtach - for Rhostudio (internal)", :hide => true
   def redis_startbg
    redis_array = config[:redis]
    RedisRunner.startbg(redis_array)
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rhoconnect-4.0.0.beta.24 commands/redis/redis_startbg.rb
rhoconnect-4.0.0.beta.10 commands/redis/redis_startbg.rb
rhoconnect-4.0.0.beta.12 commands/redis/redis_startbg.rb