-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renamed REDISPORT => KeyDBPORT #241
base: unstable
Are you sure you want to change the base?
Conversation
utils/keydb_init_script
Outdated
### END INIT INFO | ||
|
||
REDISPORT=6379 | ||
KeyDBPORT=6379 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bash variable names are typically all uppercase.
The bash variable name needs to keep with the coding standards used elsewhere (all uppercase). Otherwise great change. |
Signed-off-by: Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>
6a2340f
to
cc67725
Compare
PIDFILE=/var/run/redis_${KEYDBPORT}.pid | ||
CONF="/etc/redis/${KEYDBPORT}.conf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presumably these dirs should change? @JohnSully
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea good point.
Co-authored-by: e271828- <e271828-@users.noreply.github.com>
update insufficient replicas metrics to separate severity
To match the documentation.