[WIP] Rename all files from redis* to valkey*#88
[WIP] Rename all files from redis* to valkey*#88gaod wants to merge 29 commits intovalkey-io:unstablefrom
Conversation
|
Looks like a clean replace. There are still references to product names, but not sure if that is getting cleaned up elsewhere, example:
|
zuiderkwast
left a comment
There was a problem hiding this comment.
Hi! Thanks for the PR.
I see you have done these changes in separate commits. That's good because I have to ask you to skip some of them. :)
Everything else LGTM.
|
Regarding redis-trip, it's deprecated since long ago. It's better that we don't touch it, so please skip this commit too. We plan to keep compatibility with the redis binaries with symlinks, so the script can still work. In the next major release we can delete redis-trib. |
|
CI failure |
|
Thanks, I'll take a look about CI failed & the rest of suggestions. |
|
@gaod OK, good. It's probably easier to revert the commits "Move redismodule.h to valkeymodule.h" and "Move redis-trib to valkey-trib" instead of using my suggestions. |
|
Becuase there are thousand of lines in this pr, could you please run a dialy CI and post the result here. Thanks |
|
@gaod I found many redis workds do not change to redis, include redis-server, redis cluster etc, could you please check all your changed files again and update them? Thanks |
Sure, I'll update the PR of the wordings you mentioned or related. |
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
…y-benchmark.tcl Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
… support to MAKEFILE (valkey-io#66) This resolves (1.viii) from valkey-io#43 > REDIS_FLAGS will be updated to SERVER_FLAGS. Maybe we should also allow REDIS_FLAGS -> SERVER_FLAGS as well, for an extra layer of compatibility. --------- Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
Signed-off-by: Vitah Lin <linw1225@gmail.com> Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
Signed-off-by: Hung-Yi Chen <gaod@hychen.org>
|
I'm sorry but this is starting to be very difficult to review. The change of With this kind of mass replacements, it is better to explain exactly what is done, so we can review how it was done instead of reading the full diff. Also, I'm starting to think that one PR for each renamed binary would be good. At lease one commit for each binary and no revert and applied suggestion commits. Force-push is OK. |
|
I believe the original purpose was to rename the binary, but the discussion somewhat diverged from that. I agree that it may be better to split this into different pull requests. Could the core team decide whether to handle them together in the same pull request or to split them into multiple pull requests? |
One big pr is not problem. Atfer review it, please run CI on your own repo and post result. Thanks |
Could you please first rebase unstable branch and add DCO in your commit? Thanks |
|
OK, I can accept one big PR. I prefer to skip those "Update src/module.c" and Revert commits though, so it will be easier to see only one commit for each renamed binary. You need to fix those commits without a signed-off-by anyway. |
The latest CI report is in https://github.com/gaod/valkey/actions/runs/8527284341 |
| --loadmodule src/redis-tls.so | ||
|
|
||
| To connect to this Redis server with `redis-cli`: | ||
| To connect to this Redis server with `valkey-cli`: |
There was a problem hiding this comment.
is this "To connect to this valkey server with valkey-cli"?
|
@gaod Hi Gaod, Thanks for your hard work first, But this pr involved too much changes and files. Could you please split it into mulltiply small pr so that we could be easier to review and merge them? Thanks. Note: Make sure add DCO in your commit, |
|
Most rebranding work was done, we would like to close this PR soon. |
Rename all files from
redis*tovalkey*and fixes related code changes causing compilation issues.