2.0.1 • Published 11 months ago

@keyv/etcd v2.0.1

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

@keyv/etcd

Etcd storage adapter for Keyv

build codecov npm

Etcd storage adapter for Keyv.

Install

npm install --save keyv @keyv/etcd

Usage

import Keyv from 'keyv';
import KeyvEtcd from '@keyv/etcd';

const keyv = new Keyv(new KeyvEtcd('etcd://localhost:2379'));
keyv.on('error', handleConnectionError);

License

MIT © Jared Wray

2.0.1

11 months ago

2.0.0

11 months ago

2.0.0-rc.1

1 year ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.5

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago