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

[Fix][Doc] Fix key description error in redis zh doc #7993

Merged
merged 36 commits into from
Nov 7, 2024
Merged

Conversation

lm-ylj
Copy link
Contributor

@lm-ylj lm-ylj commented Nov 7, 2024

Purpose of this pull request

Fix the document description error in this PR #7888

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

lm-ylj and others added 30 commits September 30, 2024 10:34
…_column") .stringType() .noDefaultValue() .withDescription("key, list, set, zset use value of a specific column"); public static final Option<String> HASH_KEY_COLUMN = Options.key("hash_key_column") .stringType() .noDefaultValue() .withDescription("The column of hash key you want to write to redis"); public static final Option<String> HASH_VALUE_COLUMN = Options.key("hash_value_column") .stringType() .noDefaultValue() .withDescription("The column of hash value you want to write to redis");
@Hisoka-X Hisoka-X changed the title Fix document description error in PR #7888 [Fix][Doc] Fix key description error in redis zh doc Nov 7, 2024
Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

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

Thanks @lm-ylj !

@hailin0 hailin0 merged commit fe03f0f into apache:dev Nov 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants