Publish and Subscribe with Redis
Open
enhancement
- Dominant language
- C
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Redis is widely supported and quite fast as a message queue.
To allow for decoupled processing and easy integration with other systems it would be a good idea to enable `logpipe` to `PUBLISH` and `SUBSCRIBE` to queues in Redis.
This requires the event loop in #4 to be implemented so that I/O to and from remote sockets doesn't block and so that pipelining can be used to make publishing very fast.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.