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:
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 New Issue
Block a user