StackExchange.Redis.Extensions
StackExchange.Redis.Extensions copied to clipboard
Support for Compression/Decompression
While this extension offers a lot, one thing that I feel is missed is the support for Compression/Decompression as I would really want to not store the huge content of my serialized strings in Redis.
Further, much like how we can choose our own serializer, I'd love to see if we are able to let users bring their own compression library!
Hi @devanshgoenka97 thanks for the suggestion. This is something that is in my radar, I've to find the time for that. In the meantime if you want to open a PR will be very helpful.
Thanks