Skip to content

Commit

Permalink
Add redis-sentinel to Codis bin dir (CodisLabs#1339)
Browse files Browse the repository at this point in the history
[LGTM] Thanks !!
  • Loading branch information
anywhy authored and spinlock committed Aug 31, 2017
1 parent 7633185 commit fe6ff94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ codis-server:
@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/
@cp -f extern/redis-3.2.8/src/redis-sentinel bin/
@cp -f extern/redis-3.2.8/redis.conf config/
@sed -e "s/^sentinel/# sentinel/g" extern/redis-3.2.8/sentinel.conf > config/sentinel.conf

Expand Down

0 comments on commit fe6ff94

Please sign in to comment.