mirror of https://github.com/go-redis/redis.git
Change redis version from 7.2 to 7.4
This commit is contained in:
parent
f752b9a9d5
commit
1a7e474cff
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue