diff --git a/Makefile b/Makefile index 1800f00d7e..29bead7f56 100644 --- a/Makefile +++ b/Makefile @@ -527,7 +527,7 @@ mvn-release: system-setup: sudo apt install -y gcc g++ - [ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch unstable --single-branch redis-git || true + [ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch 5.0 --single-branch redis-git || true $(MAKE) -C redis-git clean $(MAKE) -C redis-git