See: Description
| Class | Description | 
|---|---|
| RedisConnectionConfiguration | 
RedisConnectionConfiguration describes and wraps a connectionConfiguration to Redis
 server or cluster. | 
| RedisCursor | |
| RedisIO | 
 An IO to manipulate Redis key/value database. 
 | 
| RedisIO.Read | 
 Implementation of  
RedisIO.read(). | 
| RedisIO.ReadKeyPatterns | 
 Implementation of  
RedisIO.readKeyPatterns(). | 
| RedisIO.Write | 
 A  
PTransform to write to a Redis server. | 
| RedisIO.WriteStreams | 
 A  
PTransform to write stream key pairs (https://redis.io/topics/streams-intro) to a
 Redis server. | 
| Enum | Description | 
|---|---|
| RedisIO.Write.Method | 
 Determines the method used to insert data in Redis. 
 |