Info
Version: | 2.0.2 |
Author(s): | Mohammad Javad Ebrahimi |
Last Update: | Thursday, February 8, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mjebrahimi/EasyCompressor |
NuGet Url: | https://www.nuget.org/packages/EasyCaching.Extensions.EasyCompressor |
Install
Install-Package EasyCaching.Extensions.EasyCompressor
dotnet add package EasyCaching.Extensions.EasyCompressor
paket add EasyCaching.Extensions.EasyCompressor
EasyCaching.Extensions.EasyCompressor Download (Unzip the "nupkg" after downloading)
Dependencies
- EasyCompressor(>= 1.3.0)
- EasyCaching.Core(>= 0.9.0)
Tags
This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage by compressing your cache data, especially for distributed cache (such as Redis).
EasyCaching is an Easy-to-Use caching library that offers many features and supports many providers and serializers.
An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate.