-
Notifications
You must be signed in to change notification settings - Fork 653
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
update valkey in serverLog messeges in server.c file #231
update valkey in serverLog messeges in server.c file #231
Conversation
Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
e55f9e7
to
d05083f
Compare
@zuiderkwast Can you review this PR? |
Partial implementation of #207. Log messages are breaking changes. Let's remember for release notes. |
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.
OK, LGTM
return 0; | ||
#else | ||
if (serverCommunicateSystemd("STATUS=Redis is loading...\n") <= 0) | ||
if (serverCommunicateSystemd("STATUS=Valkey is loading...\n") <= 0) |
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.
This is a special message. Not a normal log entry. I'm marking it for special attention.
Oops, maybe we shouldn't merge this after the last discussions in #207. No problem. We can just update these again. |
Updated keyword "Redis" to "Valkey" in log messeges in server.c file Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
Updated keyword "Redis" to "Valkey" in log messeges in server.c file Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
Updated keyword "Redis" to "Valkey" in log messeges in server.c file