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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ bench: testdeps
testdata/redis:
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
cd $< && make all