 | RedisConfigurationSectionCompress Property |
Gets or sets whether data being sent to the REDIS cache should be compressed
Namespace: SanteDB.Caching.Redis.ConfigurationAssembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntaxpublic bool Compress { get; set; }Public Property Compress As Boolean
Get
Set
public:
property bool Compress {
bool get ();
void set (bool value);
}member Compress : bool with get, set
Property Value
Boolean
RemarksThis 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