Skip to content

Commit cccfca4

Browse files
chayimmonkey92t
andauthored
redis 7.0.10 (#2508)
Co-authored-by: Monkey <[email protected]>
1 parent 4c72b4e commit cccfca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bench: testdeps
2323

2424
testdata/redis:
2525
mkdir -p $@
26-
wget -qO- https://download.redis.io/releases/redis-7.0.8.tar.gz | tar xvz --strip-components=1 -C $@
26+
wget -qO- https://download.redis.io/releases/redis-7.0.10.tar.gz | tar xvz --strip-components=1 -C $@
2727

2828
testdata/redis/src/redis-server: testdata/redis
2929
cd $< && make all

0 commit comments

Comments
 (0)