You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2017/10/17 05:57:31 UTC

[2/2] beam git commit: [BEAM-1017] This closes #1687

[BEAM-1017] This closes #1687


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/9524cbd8
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/9524cbd8
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/9524cbd8

Branch: refs/heads/master
Commit: 9524cbd88bba33d7fe01691c791f19fbe6239464
Parents: 4b502bf 0d8ab6c
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Oct 17 07:38:06 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Oct 17 07:38:06 2017 +0200

----------------------------------------------------------------------
 sdks/java/io/pom.xml                            |   1 +
 sdks/java/io/redis/pom.xml                      |  90 ++++
 .../io/redis/RedisConnectionConfiguration.java  | 122 +++++
 .../org/apache/beam/sdk/io/redis/RedisIO.java   | 451 +++++++++++++++++++
 .../apache/beam/sdk/io/redis/package-info.java  |  22 +
 .../apache/beam/sdk/io/redis/RedisIOTest.java   | 109 +++++
 6 files changed, 795 insertions(+)
----------------------------------------------------------------------