Skip to content

Commit f6983fc

Browse files
committed
Add Redis
Adds Redis connector example via @affix Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent 4a4397b commit f6983fc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/reference/triggers.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,35 @@ echo "triggered" | faas-cli invoke figlet
2828
### Other Event Sources
2929

3030
#### Kafka
31+
3132
Connect your function(s) to Kafka topics
3233

3334
More information in the Incubator repository: [openfaas-incubator/kafka-connector](https://github.com/openfaas-incubator/kafka-connector)
3435

3536
#### AWS SNS
37+
3638
Trigger a function from AWS SNS Notifications and Subscriptions
3739

3840
More information in the repository: [affix/OpenFaaS-SNS](https://github.com/affix/OpenFaaS-SNS)
3941

4042
#### CloudEvents
43+
4144
CloudEvents is a specification for describing event data in a common way. More information on [CloudEvents](https://cloudevents.io/)
4245

4346
Trigger functions from Azure EventGrid with the CloudEvents standard
4447

4548
More information in the repository: [johnmccabe/cloudevents-slack-demo](https://github.com/johnmccabe/cloudevents-slack-demo)
4649

47-
#### RabbitMQ
50+
#### Redis (third-party project)
51+
52+
Invoke functions using Redis pub/sub and the [Sidekiq model](https://sidekiq.org).
53+
54+
View the [sidekiq-connector](https://github.com/affix/sidekiq-connector)
55+
56+
#### RabbitMQ (third-party project)
57+
4858
Invoke functions from RabbitMQ topics
4959

5060
More information in the repository: [Templum/rabbitmq-connector](https://github.com/Templum/rabbitmq-connector)
61+
62+
> Note: the RabbitMQ connector currently has no support for gateways using Basic Authentication, but [this is being worked on](https://github.com/Templum/rabbitmq-connector/issues/2) by the author.

0 commit comments

Comments
 (0)