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

feat(cluster): add support of the JSON type in cluster migration #2654

Merged

Conversation

git-hulk
Copy link
Member

This closes #2583.

src/types/redis_json.h Outdated Show resolved Hide resolved
@git-hulk git-hulk requested a review from PragmaTwice November 10, 2024 15:39
@git-hulk git-hulk marked this pull request as ready for review November 10, 2024 15:39
@git-hulk git-hulk requested review from torwig and caipengbo November 10, 2024 15:40
@@ -674,4 +674,12 @@ rocksdb::Status Json::Resp(engine::Context &ctx, const std::string &user_key, co
return rocksdb::Status::OK();
}

rocksdb::Status Json::FromRawString(const std::string &value, JsonValue *result) {
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
rocksdb::Status Json::FromRawString(const std::string &value, JsonValue *result) {
rocksdb::Status Json::FromRawString(std::string_view value, JsonValue *result) {

@git-hulk git-hulk force-pushed the feature/support-json-type-in-migration branch from 171e343 to 176e8fd Compare November 11, 2024 12:06
@git-hulk git-hulk requested a review from PragmaTwice November 11, 2024 12:06
@git-hulk git-hulk force-pushed the feature/support-json-type-in-migration branch from 176e8fd to 9a6fab1 Compare November 11, 2024 12:34
caipengbo
caipengbo previously approved these changes Nov 11, 2024
@git-hulk git-hulk force-pushed the feature/support-json-type-in-migration branch from 9a6fab1 to 7feb984 Compare November 11, 2024 13:24
Copy link

@git-hulk git-hulk merged commit 79f4d52 into apache:unstable Nov 12, 2024
32 checks passed
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.

slot migrate not support json type
3 participants