文件名称:nconf-etcd:nconf 的 etcd 存储
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-19 09:03:35
JavaScript
nconf-etcd nconf 的 etcd 存储 安装 npm install nconf-etcd 用法 var nconf = require('nconf'); // requiring nconf will register it to nconf require('nconf-etcd'); // tell nconf to use etcd and specify hostname and port etc // below are the default values.. nconf.use('etcd', {host: 'localhost', port: '4001', namespace:'nconf'}); 缓存 使用 nconf 时,请注意内置 api 强制使用缓存以启用同步 nconf.get('key') 行为。 如果您想关闭缓存以确保始终获得实际的
【文件预览】:
nconf-etcd-master
----lib()
--------nconf-etcd.js(8KB)
----LICENSE(1KB)
----test()
--------nconf-etcd.spec.js(8KB)
----README.md(1KB)
----.gitignore(535B)
----package.json(803B)