Package Usage: go: github.com/rubenv/rrpubsub
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.
1 version
Latest release: about 4 years ago
2 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/rubenv/rrpubsub
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/rubenv%2Frrpubsub
Dependent Repos 1
rubenv/broadcaster
Websocket server for broadcasting Redis pub/sub messages to web clients.Size: 110 KB - Last synced: 18 days ago - Pushed: over 3 years ago
