From e54b0f2944e7e49d49a69ef1250ed65fa1b3a6be Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Mon, 21 Jan 2019 16:10:26 +0200 Subject: [PATCH] Use stable version of Redis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 187c7469..fa3b4e00 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ bench: testdeps testdata/redis: mkdir -p $@ - wget -qO- https://github.com/antirez/redis/archive/unstable.tar.gz | tar xvz --strip-components=1 -C $@ + wget -qO- https://github.com/antirez/redis/archive/5.0.tar.gz | tar xvz --strip-components=1 -C $@ testdata/redis/src/redis-server: testdata/redis sed -i.bak 's/libjemalloc.a/libjemalloc.a -lrt/g' $