Skip to content

Commit

Permalink
redis 7.0.8 in tests (#2450)
Browse files Browse the repository at this point in the history
Co-authored-by: Monkey <golang@88.com>
  • Loading branch information
chayim and monkey92t committed Feb 19, 2023
1 parent 3b5361d commit f95bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bench: testdeps

testdata/redis:
mkdir -p $@
wget -qO- https://download.redis.io/releases/redis-7.0.7.tar.gz | tar xvz --strip-components=1 -C $@
wget -qO- https://download.redis.io/releases/redis-7.0.8.tar.gz | tar xvz --strip-components=1 -C $@

testdata/redis/src/redis-server: testdata/redis
cd $< && make all
Expand Down

0 comments on commit f95bdb8

Please sign in to comment.