Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis endpoint for webhooks #123

Merged
merged 4 commits into from
Jan 13, 2017
Merged

Redis endpoint for webhooks #123

merged 4 commits into from
Jan 13, 2017

Conversation

m1ome
Copy link
Contributor

@m1ome m1ome commented Jan 11, 2017

Resolving #108 (Redis enpoint for webhooks)

Redis
The redis:// provides support for sending messages to Redis PUBSUB channels.
For example:

SETHOOK warehouse disque://10.0.20.78:6379/warehouse

All webhook messages should be send to the Redis server at 10.0.20.78:6379 in a PUBSUB queue to a warehouse channel.

@m1ome
Copy link
Contributor Author

m1ome commented Jan 11, 2017

@tidwall need your review.

@phulst
Copy link

phulst commented Jan 11, 2017

awesome! thanks m1ome

@m1ome
Copy link
Contributor Author

m1ome commented Jan 11, 2017

@phulst you are welcome!

@tidwall
Copy link
Owner

tidwall commented Jan 11, 2017

@m1ome This is a wonderful addition!

@tidwall tidwall merged commit 37c8fd2 into tidwall:master Jan 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants