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

More rebranding #606

Merged
merged 5 commits into from
Jun 6, 2024
Merged

Conversation

zuiderkwast
Copy link
Contributor

@zuiderkwast zuiderkwast commented Jun 6, 2024

More rebranding of

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 40.78947% with 45 lines in your changes missing coverage. Please review.

Project coverage is 70.24%. Comparing base (278ce0c) to head (9a09c30).

Additional details and impacted files
@@            Coverage Diff            @@
##           unstable     #606   +/-   ##
=========================================
  Coverage     70.24%   70.24%           
=========================================
  Files           110      110           
  Lines         59993    59993           
=========================================
+ Hits          42140    42145    +5     
+ Misses        17853    17848    -5     
Files Coverage Δ
src/cluster_legacy.c 86.32% <ø> (-0.14%) ⬇️
src/networking.c 85.21% <100.00%> (-0.14%) ⬇️
src/rdb.c 75.88% <100.00%> (ø)
src/server.h 100.00% <ø> (ø)
src/debug.c 53.94% <0.00%> (ø)
src/function_lua.c 99.17% <92.85%> (ø)
src/script_lua.c 90.14% <10.00%> (ø)
src/eval.c 56.07% <35.89%> (ø)

... and 7 files with indirect coverage changes

@@ -3081,7 +3081,7 @@ int rdbLoadRioWithLoadingCtx(rio *rdb, int rdbflags, rdbSaveInfo *rsi, rdbLoadin
} else if (!strcasecmp(auxkey->ptr, "redis-ver")) {
serverLog(LL_NOTICE, "Loading RDB produced by Redis version %s", (char *)auxval->ptr);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
serverLog(LL_NOTICE, "Loading RDB produced by Redis version %s", (char *)auxval->ptr);
serverLog(LL_NOTICE, "Loading RDB produced by Valkey version %s", (char *)auxval->ptr);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually, this log entry is for the field "redis-ver", meaning we're loading an RDB file produced by Redis. We have another field "valkey-ver" too that's checked in the else-if below.

@zuiderkwast zuiderkwast merged commit ad5fd5b into valkey-io:unstable Jun 6, 2024
18 checks passed
@zuiderkwast zuiderkwast deleted the more-log-rebranding branch June 6, 2024 23:41
advaMosh pushed a commit to advaMosh/valkey that referenced this pull request Jun 10, 2024
More rebranding of

* Log messages (valkey-io#252)
* The DENIED error reply
* Internal function names and comments, mainly Lua API

---------

Signed-off-by: Viktor Söderqvist <[email protected]>
Signed-off-by: Adva Moshkovitz <[email protected]>
naglera pushed a commit to naglera/placeholderkv that referenced this pull request Jun 10, 2024
More rebranding of

* Log messages (valkey-io#252)
* The DENIED error reply
* Internal function names and comments, mainly Lua API

---------

Signed-off-by: Viktor Söderqvist <[email protected]>
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.

2 participants