Use Redis version 5.0.3. (#3886)

This commit is contained in:
Robert Nishihara
2019-01-29 19:19:05 -08:00
committed by Philipp Moritz
parent 0aadf11c10
commit 2887dac427
+1 -1
View File
@@ -8,7 +8,7 @@ set -e
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)/../
if [ ! -f $TP_DIR/pkg/redis/src/redis-server ]; then
redis_vname="4.0-rc2"
redis_vname="5.0.3"
# This check is to make sure the tarball has been fully extracted. The only
# relevant bit about redis/utils/whatisdoing.sh is that it is one of the last
# files in the tarball.