tecton.RedisConfig
Summary​
This class describes the attributes of Redis based online feature store for the feature definition.
info
Your Tecton deployment needs to be connected to Redis before you can use this configuration option. See Connecting Redis as Online Store for details and please contact Tecton Support if you need assistance.
Attributes​
The attributes are the same as the __init__
method parameters. See below.
Methods​
__init__(...)​
Parameters​
primary_endpoint
: Default:None
- Primary endpoint for the Redis Cluster. This is optional and if absent, Tecton will use the default Redis Cluster configured for your deployment.authentication_token
: Default:None
- Authentication token for the Redis Cluster, must be provided ifprimary_endpoint
is present.