redis发布
x/redisPub
组件:redis发布组件。往指定的频道发布数据。
# 配置
该组件允许通关过server
字段复用共享的redis连接客户端。参考组件连接复用 。
字段 | 类型 | 说明 | 默认值 |
---|---|---|---|
server | string | redis服务器地址 | 无 |
password | string | 密码 | 无 |
poolSize | int | 连接池大小 | 0 |
db | int | 数据库 | 无 |
channel | string | 发布频道,可以使用组件配置变量 | 无 |
# Relation Type
- Success: 执行成功,把消息发送到
Success
链 - Failure: 执行失败,把消息发送到
Failure
链
# 执行结果
- 不改变消息符合。
- 通过
msg.metadata.result
获取接收到消息的订阅者数量。
在 GitHub 上编辑此页 (opens new window)
上次更新: 2024/10/31, 11:41:00