mirror of
https://github.com/wassname/ray.git
synced 2026-08-08 11:25:28 +08:00
Use Redis version 5.0.3. (#3886)
This commit is contained in:
committed by
Philipp Moritz
parent
0aadf11c10
commit
2887dac427
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user