Skip to main content

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

AttributeTypeDescription
AddrstringAddr is the host:port of the redis server.
UsernamestringUsername for redis ACL authentication (redis 6+), if required.
PasswordstringPassword for redis authentication, if required.
DBintDB is the logical database to select after connecting.