queue-redis-cluster:使用redis集群的示例bull和bullmq

时间:2024-05-29 01:58:23
【文件属性】:

文件名称:queue-redis-cluster:使用redis集群的示例bull和bullmq

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-29 01:58:23

JavaScript

使用Bull和BullMQ的Redis集群 安装套件 npm i bull bullmq ioredis && npm audit fix 命令 npm run bull or npm run bullmq 自定义队列 请点击此链接以为bull或bullmq自定义 公牛 const Queue = require ( 'bull' ) const Redis = require ( 'ioredis' ) const clusterQueue = new Queue ( 'Superhero' , { prefix : '{clusterQueue}' , createClient : ( ) => new Redis . Cluster ( [ { host : '127.0.0.1' , port : 6379 } , { host : '127.0.0.1'


【文件预览】:
queue-redis-cluster-main
----.gitignore(22B)
----README.md(2KB)
----bull.js(670B)
----bullmq.js(901B)
----package.json(420B)
----package-lock.json(17KB)

网友评论