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-7.6.0 commands/redis/redis_startbg.rb
rhoconnect-7.5.1 commands/redis/redis_startbg.rb
rhoconnect-7.4.1 commands/redis/redis_startbg.rb
rhoconnect-7.1.17 commands/redis/redis_startbg.rb
rhoconnect-6.2.0 commands/redis/redis_startbg.rb
rhoconnect-6.0.11 commands/redis/redis_startbg.rb
rhoconnect-5.5.18 commands/redis/redis_startbg.rb
rhoconnect-5.5.17 commands/redis/redis_startbg.rb
rhoconnect-5.5.15 commands/redis/redis_startbg.rb
rhoconnect-5.5.0.22 commands/redis/redis_startbg.rb
rhoconnect-5.5.2 commands/redis/redis_startbg.rb
rhoconnect-5.5.0.7 commands/redis/redis_startbg.rb
rhoconnect-5.5.0.3 commands/redis/redis_startbg.rb
rhoconnect-5.5.0 commands/redis/redis_startbg.rb
rhoconnect-5.1.1 commands/redis/redis_startbg.rb
rhoconnect-4.0.4 commands/redis/redis_startbg.rb
rhoconnect-4.0.3 commands/redis/redis_startbg.rb
rhoconnect-4.0.2 commands/redis/redis_startbg.rb
rhoconnect-4.0.1 commands/redis/redis_startbg.rb
rhoconnect-4.0.0 commands/redis/redis_startbg.rb