Click or drag to resize

RedisConfigurationSectionCompress Property

Gets or sets whether data being sent to the REDIS cache should be compressed

Namespace: SanteDB.Caching.Redis.Configuration
Assembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntax
public bool Compress { get; set; }

Property Value

Boolean
Remarks
This is typically set for remote REDIS servers where bandwidth between the server is limited and the time of compressing the data and shipping it to the REDIS server is faster than the time of just sending the data
See Also