| 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: 2.2.1
Syntax public 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
Type:
BooleanRemarks 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