redis 7.0.8 in tests (#2450)

Co-authored-by: Monkey <golang@88.com>
This commit is contained in:
Chayim 2023-02-19 13:42:18 +02:00 committed by GitHub
parent 3b5361dc10
commit f95bdb8a8b
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.7.tar.gz | tar xvz --strip-components=1 -C $@
wget -qO- https://download.redis.io/releases/redis-7.0.8.tar.gz | tar xvz --strip-components=1 -C $@
testdata/redis/src/redis-server: testdata/redis
cd $< && make all