1. 首页
  2. 考试认证
  3. 其它
  4. pub sub handler 消息上带有ObjectKey的Redis PubSub

pub sub handler 消息上带有ObjectKey的Redis PubSub

上传者: 2024-10-09 23:53:29上传 ZIP文件 3.55KB 热度 2次
酒馆子处理程序这是为了与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(
用户评论