You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/03/08 03:14:20 UTC

[incubator-seatunnel] branch dev updated (8291287 -> ee93a7c)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git.


    from 8291287  [Chore]using loginfo replace println (#1429)
     add ee93a7c  [Refactor][Redis] Refactor seatunnel-connector-spark-redis (#1416)

No new revisions were added by this update.

Summary of changes:
 docs/en/spark/configuration/sink-plugins/Redis.md  |  75 ++++++------
 .../en/spark/configuration/source-plugins/Redis.md |  63 ++++++----
 .../apache/seatunnel/spark/common/Constants.scala  |  47 +++----
 .../RedisDataType.scala}                           |   6 +-
 .../org/apache/seatunnel/spark/sink/Redis.scala    |  76 ++++++------
 .../org/apache/seatunnel/spark/source/Redis.scala  | 136 ++++++++++++---------
 6 files changed, 213 insertions(+), 190 deletions(-)
 copy seatunnel-apis/seatunnel-api-base/src/main/java/org/apache/seatunnel/plugin/Plugin.java => seatunnel-connectors/seatunnel-connector-spark-redis/src/main/scala/org/apache/seatunnel/spark/common/Constants.scala (50%)
 rename seatunnel-connectors/seatunnel-connector-spark-redis/src/main/scala/org/apache/seatunnel/spark/{sink/RedisSaveType.scala => common/RedisDataType.scala} (88%)