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

[Feature] [Connector-Redis] Redis connector support delete data #7994

Open
wants to merge 35 commits into
base: dev
Choose a base branch
from

Conversation

lm-ylj
Copy link
Contributor

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

Purpose of this pull request

close #7977

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");
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.

[Feature] [Connector-Redis] Redis connector support delete data
1 participant