Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0f3e0cb4
Unverified
Commit
0f3e0cb4
authored
Dec 17, 2020
by
Nick Revin
Committed by
GitHub
Dec 17, 2020
Browse files
install redis-check-rdb and redis-check-aof as symlinks to redis-server (#5745)
parent
a56cbd30
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
0f3e0cb4
...
...
@@ -405,8 +405,8 @@ install: all
$(REDIS_INSTALL)
$(REDIS_SERVER_NAME)
$(INSTALL_BIN)
$(REDIS_INSTALL)
$(REDIS_BENCHMARK_NAME)
$(INSTALL_BIN)
$(REDIS_INSTALL)
$(REDIS_CLI_NAME)
$(INSTALL_BIN)
$(REDIS_
INSTALL
)
$(REDIS_CHECK_RDB_NAME)
$(INSTALL_BIN)
$(REDIS_
INSTALL
)
$(REDIS_CHECK_AOF_NAME)
$(INSTALL_BIN)
@
ln
-sf
$(REDIS_SERVER_NAME)
$(
INSTALL
_BIN)
/
$(REDIS_CHECK_RDB_NAME)
@
ln
-sf
$(REDIS_SERVER_NAME)
$(
INSTALL
_BIN)
/
$(REDIS_CHECK_AOF_NAME)
@
ln
-sf
$(REDIS_SERVER_NAME)
$(INSTALL_BIN)
/
$(REDIS_SENTINEL_NAME)
uninstall
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment