Skip to content

Commit 678bf21

Browse files
chayimofekshenawa
andauthored
Updating redis binary for makefile to 7.2.1 (#2693)
* updating redis binary from makefile to 7.2.0 * redis 7.2.1 --------- Co-authored-by: ofekshenawa <[email protected]>
1 parent 3b0d10b commit 678bf21

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.2-rc3.tar.gz | tar xvz --strip-components=1 -C $@
26+
wget -qO- https://download.redis.io/releases/redis-7.2.1.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)