Package org.apache.beam.sdk.io.redis
package org.apache.beam.sdk.io.redis
Transforms for reading and writing from Redis.
-
ClassDescription
RedisConnectionConfiguration
describes and wraps a connectionConfiguration to Redis server or cluster.An IO to manipulate Redis key/value database.Implementation ofRedisIO.read()
.Implementation ofRedisIO.readKeyPatterns()
.APTransform
to write to a Redis server.Determines the method used to insert data in Redis.APTransform
to write stream key pairs (https://redis.io/topics/streams-intro) to a Redis server.