[go: up one dir, main page]

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

2.0.1 • Public • Published

@keyv/etcd keyv

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.176latest
2.0.0-rc.11next

Version History

VersionDownloads (Last 7 Days)Published
2.0.176
2.0.01
2.0.0-rc.11
1.2.115
1.2.02
1.1.51
1.1.41
1.1.31
1.1.23
1.1.11
1.1.01
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i @keyv/etcd

Weekly Downloads

79

Version

2.0.1

License

MIT

Unpacked Size

12.6 kB

Total Files

9

Last publish

Collaborators

  • jaredwray