纪华裕

Results 60 comments of 纪华裕

Kvrocks don't have DB, we have [namespace](https://kvrocks.apache.org/docs/namespace) instead. So should we use namespace token in this command? ```shell move key namespace_token ```

@enjoy-binbin Add a new command looks good to me. I provide a compatible solution: When command args size is 3, `MOVE key db` , we treat it a dummy command....

> > @enjoy-binbin Add a new command looks good to me. > > I provide a compatible solution: When command args size is 3, `MOVE key db` , we treat...

Hi @haanhvu, according to @git-hulk's suggestion, we can use @enjoy-binbin's solution. You can add a new command. Be bold in doing it, and feel free to continue raising questions here...

Hi @Chiro11 It seems like nobody has work now. If you want to do it, you can send a PR directly.

> @MaheshMadushan You're right. The RENAME command also has similar issue, so we can use the namespace in those commands. @git-hulk Maybe not the RENAME command, but the MOVE command

@AntiTopQuark Thank you for your efforts. We look forward to your PR.

Here are some clues. The "new code" displayed on SonarCloud is based on the code from November 23rd. How can we adjust it? [](https://sonarcloud.io/summary/new_code?id=apache_kvrocks&branch=unstable)

https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/analysis-parameters/ Maybe we need to set `sonar.newCode.referenceBranch`? We can consider the code from the last release version(now 2.7) to the newest commit as the new code.