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:
parent
966acf51d8
commit
60e802d77f
6 changed files with 36 additions and 6 deletions
2
vendor/github.com/go-redis/redis/v7/Makefile
generated
vendored
2
vendor/github.com/go-redis/redis/v7/Makefile
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue