proxy.golang.org : github.com/rubenv/rrpubsub : v0.0.0-20210428094349-99f55ac87ec7
Package rrpubsub contains a more reliable implementation of Redis Pub-Sub, backed by the redigo library. It attempts to keep a persistent connection to the Redis server, with a retrying connection loop whenever the server connection fails. This does not guarantee that all messages will be received: anything published while the connection was down will be lost, so it's still a best-effort thing. Just a much better effort than out of the box.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/rubenv/[email protected]
Published:
Indexed:
- github.com/gomodule/redigo v1.8.4
- github.com/stretchr/testify v1.5.1