Skip to content

Commit

Permalink
extern: upgrade redis-3.2.7 to redis-3.2.8
Browse files Browse the repository at this point in the history
    There're 2 bug fixes in redis-3.2.8:
    1. redis/redis#3799
        Downgrade jemalloc-4.4.0 to jemalloc 4.0.3
    2. redis/redis#3796
        Fix a crash in command MIGRATE
  • Loading branch information
spinlock committed Feb 14, 2017
1 parent 0d57afb commit 7c5cebb
Show file tree
Hide file tree
Showing 607 changed files with 5 additions and 207,180 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ codis-fe: codis-deps
codis-server:
@mkdir -p bin
@rm -f bin/codis-server*
make -j4 -C extern/redis-3.2.7/
@cp -f extern/redis-3.2.7/src/redis-server bin/codis-server
@cp -f extern/redis-3.2.7/src/redis-benchmark bin/
@cp -f extern/redis-3.2.7/src/redis-cli bin/
make -j4 -C extern/redis-3.2.8/
@cp -f extern/redis-3.2.8/src/redis-server bin/codis-server
@cp -f extern/redis-3.2.8/src/redis-benchmark bin/
@cp -f extern/redis-3.2.8/src/redis-cli bin/

clean-gotest:
@rm -rf ./pkg/topom/gotest.tmp
Expand All @@ -42,7 +42,7 @@ clean: clean-gotest
@rm -rf scripts/tmp

distclean: clean
@make --no-print-directory --quiet -C extern/redis-3.2.7 distclean
@make --no-print-directory --quiet -C extern/redis-3.2.8 distclean
@make --no-print-directory --quiet -C vendor/github.com/spinlock/jemalloc-go/ distclean

gotest: codis-deps
Expand Down
29 changes: 0 additions & 29 deletions extern/redis-3.2.7/.gitignore

This file was deleted.

Loading

0 comments on commit 7c5cebb

Please sign in to comment.