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

2.0.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

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

License

MIT © Jared Wray

Package Sidebar

Install

npm i @keyv/compress-gzip

Weekly Downloads

2,029

Version

2.0.3

License

MIT

Unpacked Size

8.72 kB

Total Files

7

Last publish

Collaborators

  • jaredwray