1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-25 08:21:55 +03:00

redis 7.0.10 (#2508)

Co-authored-by: Monkey <golang@88.com>
This commit is contained in:
Chayim
2023-03-28 15:35:14 +03:00
committed by GitHub
parent 4c72b4e097
commit cccfca4593

View File

@ -23,7 +23,7 @@ bench: testdeps
testdata/redis: testdata/redis:
mkdir -p $@ mkdir -p $@
wget -qO- https://download.redis.io/releases/redis-7.0.8.tar.gz | tar xvz --strip-components=1 -C $@ wget -qO- https://download.redis.io/releases/redis-7.0.10.tar.gz | tar xvz --strip-components=1 -C $@
testdata/redis/src/redis-server: testdata/redis testdata/redis/src/redis-server: testdata/redis
cd $< && make all cd $< && make all