2.1.1 • Published 7 months ago
@keyv/etcd v2.1.1
@keyv/etcd
Etcd storage adapter for Keyv
Etcd storage adapter for Keyv.
Install
npm install --save keyv @keyv/etcdUsage
import Keyv from 'keyv';
import KeyvEtcd from '@keyv/etcd';
const keyv = new Keyv(new KeyvEtcd('etcd://localhost:2379'));
keyv.on('error', handleConnectionError);