1.2.3 • Published 1 year ago

@keyv/compress-gzip v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@keyv/compress-gzip

Gzip compression for Keyv

build codecov npm npm

Gzip compression for Keyv.

Install

npm install --save keyv @keyv/compress-gzip

Usage

const KeyvGzip = require('@keyv/compress-gzip');
const Keyv = require('keyv');

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

License

MIT © Jared Wray