commands/redis/redis_download.rb in rhoconnect-4.0.0 vs commands/redis/redis_download.rb in rhoconnect-4.0.1
- old
+ new
@@ -1,5 +1,5 @@
-REDIS_RELEASE = "2.6.11"
+REDIS_RELEASE = "2.6.14"
Execute.define_task do
desc "redis-download", "Download redis release #{REDIS_RELEASE}"
def redis_download
unless windows?
system 'rm -rf /tmp/redis/' if File.exists?("#{RedisRunner.redisdir}")
\ No newline at end of file