mqemitter-redis:由Redis驱动的MQEmitter

时间:2024-06-01 22:59:05
【文件属性】:

文件名称:mqemitter-redis:由Redis驱动的MQEmitter

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-01 22:59:05

JavaScript

mqemitter-redis 由Redis驱动的 。 有关实际的API,请参见 。 安装 $ npm install mqemitter-redis --save 例子 var redis = require ( 'mqemitter-redis' ) var mq = redis ( { port : 12345 , host : '12.34.56.78' , password : 'my secret' , db : 4 } ) var msg = { topic : 'hello world' , payload : 'or any other fields' } mq . on ( 'hello world' , function ( message , cb ) { // call callback when you are done //


【文件预览】:
mqemitter-redis-master
----.gitignore(636B)
----README.md(1KB)
----.github()
--------dependabot.yml(125B)
----LICENSE(1KB)
----package.json(1KB)
----mqemitter-redis.js(4KB)
----types()
--------index.test-d.ts(1KB)
--------index.d.ts(970B)
----test.js(2KB)
----.travis.yml(92B)

网友评论