RedisConfig
RedisConfig defines the connection for a redis-backed raw store, selected with type: redis. Objects are stored as redis string values keyed by the path portion of the DataReference (redis://< addr >/< key >), which keeps references interoperable with the flyte-sdk redis plugin.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Addr | string | Addr is the host:port of the redis server. |
| Username | string | Username for redis ACL authentication (redis 6+), if required. |
| Password | string | Password for redis authentication, if required. |
| DB | int | DB is the logical database to select after connecting. |