@keyv/compress-gzip
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

@keyv/compress-gzip keyv

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

Package Sidebar

Install

npm i @keyv/compress-gzip

Weekly Downloads

207

Version

1.2.3

License

MIT

Unpacked Size

5.64 kB

Total Files

7

Last publish

Collaborators

  • jaredwray
  • lukechilds