@gomomento/sdk-nodejs-compression
v0.102.3
Published
Compression extensions for Momento node.js SDK
Downloads
511
Readme
{{ ossHeader }}
Compression Extensions for Momento Node.js SDK
This package provides extensions for the Momento Node.js SDK to support compression and decompression of data that
is stored using the CacheClient.set
function and accessed through the CacheClient.get
function. Using compression
can significantly reduce your data transfer costs if your cache values are large text values, such as JSON objects.
To use the library, you will need to install it from npm:
npm install @gomomento/sdk-compression
For more information, see:
{{ ossFooter }}