github.com/wfusion/gofusion@v1.1.14/common/infra/watermill/pubsub/redis/README.md (about) 1 # Watermill Redis Stream Pub/Sub 2 <img align="right" width="200" src="https://threedots.tech/watermill-io/watermill-logo.png"> 3 4 This is Pub/Sub for the [Watermill](https://watermill.io/) project. 5 6 All Pub/Sub implementations can be found at [https://watermill.io/pubsubs/](https://watermill.io/pubsubs/). 7 8 Watermill is a Go library for working efficiently with message streams. It is intended 9 for building event driven applications, enabling event sourcing, RPC over messages, 10 sagas and basically whatever else comes to your mind. You can use conventional pub/sub 11 implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case. 12 13 Documentation: https://watermill.io/ 14 15 Getting started guide: https://watermill.io/docs/getting-started/ 16 17 Issues: https://github.com/ThreeDotsLabs/watermill/issues 18 19 ## Contributing 20 21 All contributions are very much welcome. If you'd like to help with Watermill development, 22 please see [open issues](https://github.com/ThreeDotsLabs/watermill/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+) 23 and submit your pull request via GitHub. 24 25 ## Support 26 27 If you didn't find the answer to your question in [the documentation](https://watermill.io/), feel free to ask us directly! 28 29 Please join us on the `#watermill` channel on the [Gophers slack](https://gophers.slack.com/): You can get an invite [here](https://gophersinvite.herokuapp.com/). 30 31 ## License 32 33 [MIT License](./LICENSE)