Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f069d09e
Unverified
Commit
f069d09e
authored
Nov 11, 2021
by
Vadim Pushtaev
Committed by
GitHub
Nov 11, 2021
Browse files
Use utils/create-cluster from any dir (#9766)
Co-authored-by:
Vadim Pushtaev
<
v.pushtaev@corp.mail.ru
>
parent
0927a0dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/create-cluster/create-cluster
View file @
f069d09e
#!/bin/bash
SCRIPT_DIR
=
"
$(
cd
--
"
$(
dirname
--
"
${
BASH_SOURCE
[0]
}
"
)
"
&> /dev/null
&&
pwd
)
"
# Settings
BIN_PATH
=
"../../src/"
BIN_PATH
=
"
$SCRIPT_DIR
/
../../src/"
CLUSTER_HOST
=
127.0.0.1
PORT
=
30000
TIMEOUT
=
2000
...
...
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