Skip to content

Commit

Permalink
[Improve][Connector-Redis] Redis support custom key and value
Browse files Browse the repository at this point in the history
  • Loading branch information
limin committed Oct 29, 2024
1 parent 6f3eb09 commit 53e2031
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ public enum HashKeyParseMode {
Options.key("support_custom_key")
.booleanType()
.defaultValue(false)
.withDescription("if true, the key can be customized by the field value in the upstream data.");
.withDescription(
"if true, the key can be customized by the field value in the upstream data.");

public static final Option<String> VALUE_FIELD =
Options.key("value_field")
Expand Down

0 comments on commit 53e2031

Please sign in to comment.