Sha256: ee5ac957eecc0c137fd14bb02076aef56efa5f217424948b56406e4b6ae8f9e4

Contents?: true

Size: 120 Bytes

Versions: 16

Compression:

Stored size: 120 Bytes

Contents

Execute.define_task do
  desc "redis-stop", 'Stop redis'
  def redis_stop
    RedisRunner.stop
  end #redis_stop
end #do

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rhoconnect-3.3.6 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.3.5 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.3.4 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.3.3 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.3.2 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.3.1 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.3.1.beta4 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.3.1.beta3 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.3.1.beta2 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.2.1 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.2.0 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.2.0.beta5 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.2.0.beta4 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.2.0.beta3 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.2.0.beta2 commands/commands/redis_commands/redis_stop.rb
rhoconnect-3.2.0.beta1 commands/commands/redis_commands/redis_stop.rb