Hisoka-X commented on code in PR #9642:
URL: https://github.com/apache/seatunnel/pull/9642#discussion_r2251368690


##########
docs/en/connector-v2/source/Redis.md:
##########
@@ -142,11 +142,26 @@ schema {
 
 ### key_field_name [string]
 
-Specifies the field name to store the Redis key in the output record  when 
`read_key_enabled = true`.
+Specifies the field name to store the Redis key in the output record  when 
`read_key_enabled = true` or `data_type = hash`.

Review Comment:
   > When read_key_enabled = true, the key_field_name option must be explicitly 
set due to the required setting.
   
   Whether `key_field_name` is required depends on whether it works properly 
without a value. Currently, it should not be required since we have default 
value `key` or `hash_key`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to