Skip to content
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

Open
wants to merge 2 commits into
base: unstable
Choose a base branch
from

Conversation

hbina
Copy link
Contributor

@hbina hbina commented Oct 2, 2020

To match the documentation.

### END INIT INFO

REDISPORT=6379
KeyDBPORT=6379
Copy link
Collaborator

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.

@JohnSully
Copy link
Collaborator

The bash variable name needs to keep with the coding standards used elsewhere (all uppercase). Otherwise great change.

Signed-off-by: Hanif Bin Ariffin <[email protected]>
utils/keydb_init_script Outdated Show resolved Hide resolved
Comment on lines +18 to +19
PIDFILE=/var/run/redis_${KEYDBPORT}.pid
CONF="/etc/redis/${KEYDBPORT}.conf"
Copy link

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea good point.

JohnSully pushed a commit that referenced this pull request Feb 1, 2024
update insufficient replicas metrics to separate severity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants