etcdjs-watch:观察 etcd 键的变化

时间:2024-06-28 12:41:22
【文件属性】:

文件名称:etcdjs-watch:观察 etcd 键的变化

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-28 12:41:22

JavaScript

etcdjs-watch 观察 etcd 键的变化。 后端需要 。 var ectd = require ( 'etcdjs' ) ; var EtcdWatch = require ( 'etcdjs-watch' ) ; var etcd = Etcd ( ) ; var watcher = EtcdWatch ( etcd , '/some/key' , { options } ) ; watcher . on ( 'set' , function ( result ) { } ) ; watcher . on ( 'update' , function ( result ) { } ) ; watcher . on ( 'delete' , function ( result ) { } ) ; // start watching watcher . start ( ) ;


【文件预览】:
etcdjs-watch-master
----EtcdWatch.js(2KB)
----LICENSE(1KB)
----test()
--------index.js(1KB)
----README.md(496B)
----History.md(296B)
----.gitignore(587B)
----package.json(678B)

网友评论