[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

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