Change redis version from 7.2 to 7.4

This commit is contained in:
ofekshenawa 2024-06-19 22:03:47 +03:00
parent f752b9a9d5
commit 1a7e474cff
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ build:
testdata/redis:
mkdir -p $@
wget -qO- https://download.redis.io/releases/redis-7.2.1.tar.gz | tar xvz --strip-components=1 -C $@
wget -qO- https://download.redis.io/releases/redis-7.4-rc1.tar.gz | tar xvz --strip-components=1 -C $@
testdata/redis/src/redis-server: testdata/redis
cd $< && make all