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

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

const Keyv = require('keyv');

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

License

Copyright (c) 2022 Jared Wray

Package Sidebar

Install

npm i @keyv/etcd

Weekly Downloads

83

Version

1.2.1

License

MIT

Unpacked Size

15 kB

Total Files

10

Last publish

Collaborators

  • jaredwray
  • lukechilds