redis-notifications:基于 redis 的通知引擎。 它实现了 rsmq-worker 以安全地创建通知和重复报告

时间:2021-05-31 00:38:30
【文件属性】:
文件名称:redis-notifications:基于 redis 的通知引擎。 它实现了 rsmq-worker 以安全地创建通知和重复报告
文件大小:23KB
文件格式:ZIP
更新时间:2021-05-31 00:38:30
CoffeeScript 基于 redis 的通知引擎。 它实现了以安全地创建通知和重复报告。 目标是定义一个简单的 API,以便能够向多个用户发送通知和邮件。 用户可以将设置定义为每天仅接收一封邮件作为报告。 这一切都在排队解决方案中完成。 因此它具有可扩展性和故障安全性。 安装 npm install redis-notifications 初始化 初始化 var RedisNotifications = require ( "redis-notifications" ) ; var nf = new RedisNotifications ( ) ; // REQUIRED EVENT LISTENERS // listen to errors nf . on ( "error" , function ( err ) { } ) ; // Hook to r
【文件预览】:
redis-notifications-master
----.gitignore(164B)
----package.json(1KB)
----.travis.yml(231B)
----coffeelint.json(3KB)
----LICENSE(1KB)
----.github()
--------dependabot.yml(503B)
----README.md(19KB)
----Gruntfile.coffee(2KB)
----.npmignore(112B)
----_src()
--------index.coffee(110B)
--------lib()
--------test()
----.editorconfig(446B)

网友评论