1
0

Update module go-redis/redis/v7 to v7.4.0 (#579)

Update module go-redis/redis/v7 to v7.4.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/579
This commit is contained in:
renovate
2020-06-05 13:26:35 +00:00
committed by konrad
parent 966acf51d8
commit 60e802d77f
6 changed files with 36 additions and 6 deletions

View File

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