Click or drag to resize

RedisCachingDockerFeatureSettings Property

Settings for the caching feature

Namespace:  SanteDB.Caching.Redis.Docker
Assembly:  SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 2.2.1
Syntax
public IEnumerable<string> Settings { get; }

Property Value

Type: IEnumerableString

Implements

IDockerFeatureSettings
Remarks
SDB_REDIS_TTLThe time to live in XML format (PT5M) or .NET timestamp string format (0.00:05:00) - (default: 1 hour)
SDB_REDIS_SERVERThe REDIS server which should be used for caching - (default: 127.0.0.1:6379)
See Also