You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ri...@apache.org on 2022/01/06 12:00:19 UTC

[incubator-seatunnel] branch dev updated (b4f57c1 -> e6f9b0b)

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

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


    from b4f57c1  Check required options in scripts (#954)
     add e6f9b0b  [Feature] [SparkPlugin] add redis sink #733 (#907)

No new revisions were added by this update.

Summary of changes:
 docs/en/configuration/sink-plugins/Redis.md        |  57 +++++++++
 .../org.apache.seatunnel.spark.BaseSparkSink       |   1 +
 .../org/apache/seatunnel/spark/sink/Redis.scala    | 128 +++++++++++++++++++++
 3 files changed, 186 insertions(+)
 create mode 100644 docs/en/configuration/sink-plugins/Redis.md
 create mode 100644 seatunnel-connectors/seatunnel-connector-spark-redis/src/main/resources/META-INF/services/org.apache.seatunnel.spark.BaseSparkSink
 create mode 100644 seatunnel-connectors/seatunnel-connector-spark-redis/src/main/scala/org/apache/seatunnel/spark/sink/Redis.scala