@Experimental(value=SOURCE_SINK)
See: Description
Class | Description |
---|---|
RedisConnectionConfiguration |
RedisConnectionConfiguration describes and wraps a connectionConfiguration to Redis
server or cluster. |
RedisIO |
An IO to manipulate Redis key/value database.
|
RedisIO.Read |
Implementation of
RedisIO.read() . |
RedisIO.ReadAll | Deprecated
This class will be removed soon.
|
RedisIO.ReadKeyPatterns |
Implementation of
RedisIO.readKeyPatterns() . |
RedisIO.Write |
A
PTransform to write to a Redis server. |
Enum | Description |
---|---|
RedisIO.Write.Method |
Determines the method used to insert data in Redis.
|