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 |
Implementation of
RedisIO.readAll(). |
| RedisIO.Write |
A
PTransform to write to a Redis server. |