RedisConfig
Summary​
(Config Class) RedisConfig Class.Â
This class describes the attributes of Redis-based online feature store for the feature definition. Note : Your Tecton deployment needs to be connected to Redis before you can use this configuration option. See https://docs.tecton.ai/docs/setting-up-tecton/setting-up-other-components/connecting-redis-as-an-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
kind
(typing_extensions.Literal
['RedisConfig'
]) - Default:RedisConfig
primary_endpoint
(Optional
[str
]) - Primary endpoint for the Redis Cluster. This is optional and if absent, Tecton will use the default Redis Cluster configured for your deployment. Default:None
authentication_token
(Optional
[str
]) - Authentication token for the Redis Cluster, must be provided if primary_endpoint is present. Default:None