Sha256: ec85c935e3a4373b29033fe05b50b1405b13dc542727a2853da98d82a1a5e956

Contents?: true

Size: 171 Bytes

Versions: 23

Compression:

Stored size: 171 Bytes

Contents

Execute.define_task do
  desc "redis-stop", 'Stop redis running on localhost'
  def redis_stop
    redis_array = config[:redis]
    RedisRunner.stop(redis_array)
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rhoconnect-7.6.0 commands/redis/redis_stop.rb
rhoconnect-7.5.1 commands/redis/redis_stop.rb
rhoconnect-7.4.1 commands/redis/redis_stop.rb
rhoconnect-7.1.17 commands/redis/redis_stop.rb
rhoconnect-6.2.0 commands/redis/redis_stop.rb
rhoconnect-6.0.11 commands/redis/redis_stop.rb
rhoconnect-5.5.18 commands/redis/redis_stop.rb
rhoconnect-5.5.17 commands/redis/redis_stop.rb
rhoconnect-5.5.15 commands/redis/redis_stop.rb
rhoconnect-5.5.0.22 commands/redis/redis_stop.rb
rhoconnect-5.5.2 commands/redis/redis_stop.rb
rhoconnect-5.5.0.7 commands/redis/redis_stop.rb
rhoconnect-5.5.0.3 commands/redis/redis_stop.rb
rhoconnect-5.5.0 commands/redis/redis_stop.rb
rhoconnect-5.1.1 commands/redis/redis_stop.rb
rhoconnect-4.0.4 commands/redis/redis_stop.rb
rhoconnect-4.0.3 commands/redis/redis_stop.rb
rhoconnect-4.0.2 commands/redis/redis_stop.rb
rhoconnect-4.0.1 commands/redis/redis_stop.rb
rhoconnect-4.0.0 commands/redis/redis_stop.rb