mirror of
https://github.com/redis/go-redis.git
synced 2025-12-25 00:01:00 +03:00
Bumping redis versions (#2662)
This commit is contained in:
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ bench: testdeps
|
||||
|
||||
testdata/redis:
|
||||
mkdir -p $@
|
||||
wget -qO- https://download.redis.io/releases/redis-7.2-rc1.tar.gz | tar xvz --strip-components=1 -C $@
|
||||
wget -qO- https://download.redis.io/releases/redis-7.2-rc3.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