4.0.2 • Published 9 months ago

@keyv/offline v4.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@keyv/offline

Offline storage adapter for Keyv

build codecov npm npm

Feature is Deprecated

This feature is deprecated and will be removed in 2025 as it is no longer needed.

offline and tiered mode for caching is built into the core Cacheable library which uses Keyv under the hood. Please use the Cacheable library for offline and tiered caching.

Install

npm install --save keyv @keyv/offline

Usage

import Keyv from 'keyv';
import KeyvOffline from '@keyv/offline';

const keyvOffline = new KeyvOffline(new Keyv());

keyvOffline.on('error', handleConnectionError);

License

MIT © Jared Wray

4.0.2

9 months ago

4.0.1

10 months ago

4.0.0

10 months ago

3.0.7

2 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago