commands/redis/redis_download.rb in rhoconnect-3.4.5 vs commands/redis/redis_download.rb in rhoconnect-4.0.0.beta.10
- old
+ new
@@ -1,5 +1,5 @@
-REDIS_RELEASE = "2.4.10"
+REDIS_RELEASE = "2.6.11"
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