@keyv/compress-gzip
Gzip compression for Keyv
Gzip compression for Keyv.
Install
npm install --save keyv @keyv/compress-gzip
Usage
import Keyv from 'keyv';
import KeyvGzip from '@keyv/compress-gzip';
const keyv = new Keyv({store: new Map(), compression: new KeyvGzip()});
API
@keyv/compress-gzip([options])
options
All options for @keyv/compress-gzip
are based on the package compress-gzip