Class RedisConfig
Config required for high availability using Redis.
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class RedisConfig
Properties
| Edit this page View SourceConnectionString
Connection string for the Redis database.
Declaration
public string? ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
string |
TableName
Name of the shared state table.
Declaration
public string? TableName { get; set; }
Property Value
Type | Description |
---|---|
string |