Etcd storage adapter for Keyv
Etcd storage adapter for Keyv.
npm install --save keyv @keyv/etcd
import Keyv from 'keyv';
import KeyvEtcd from '@keyv/etcd';
const keyv = new Keyv(new KeyvEtcd('etcd://localhost:2379'));
keyv.on('error', handleConnectionError);