文件名称:pub-sub-handler:消息上带有 ObjectKey 的 Redis PubSub
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-26 10:03:01
JavaScript
酒馆子处理程序 这是为了与 Redis 一起用作发布/订阅处理程序而编写的。 它只是一个旨在帮助管理套接字的包装器。 设置: var psh = require( 'pub-sub-handler' )( { host: localhost, port: 6379 }, function( channel ){ // Called when the backend Redis makes a subscription }; 订阅: psh.subscribe( 'channel-name', 'key', object, function( channel, key, object, message ){ // Called when a message is published to the specified channel }; 出版: psh.publish(
【文件预览】:
pub-sub-handler-master
----test.js(667B)
----README.md(1KB)
----tests()
--------basic.js(2KB)
----.gitignore(14B)
----index.js(3KB)
----package.json(644B)