Skip to content

Commit

Permalink
Merge pull request redis#954 from go-redis/fix/redis-stable
Browse files Browse the repository at this point in the history
Use stable version of Redis
  • Loading branch information
vmihailenco authored Jan 21, 2019
2 parents ce19d9c + e54b0f2 commit 40336e5
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 @@ -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' $</src/Makefile
Expand Down

0 comments on commit 40336e5

Please sign in to comment.