Skip to content

Commit

Permalink
set default redis version to 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Apr 22, 2019
1 parent 38fe759 commit 160569d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ neo4j.temp.dir=/tmp/embedded_neo4j
# Redis
redis.port=6379
redis.download.url=http://download.redis.io/releases/
redis.version=4.0.0
redis.version=5.0.4
redis.cleanup.installation=false
redis.temp.dir=/tmp/redis
redis.type=SERVER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ alluxio.webapp.directory=conf/alluxio/webapp
# Redis
redis.port=6379
redis.download.url=http://download.redis.io/releases/
redis.version=4.0.0
redis.version=5.0.4
redis.cleanup.installation=false
redis.temp.dir=/tmp/redis
redis.type=SERVER
Expand Down

0 comments on commit 160569d

Please sign in to comment.