We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c72b4e commit cccfca4Copy full SHA for cccfca4
Makefile
@@ -23,7 +23,7 @@ bench: testdeps
23
24
testdata/redis:
25
mkdir -p $@
26
- wget -qO- https://download.redis.io/releases/redis-7.0.8.tar.gz | tar xvz --strip-components=1 -C $@
+ wget -qO- https://download.redis.io/releases/redis-7.0.10.tar.gz | tar xvz --strip-components=1 -C $@
27
28
testdata/redis/src/redis-server: testdata/redis
29
cd $< && make all
0 commit comments