The latest version of pub is 3.0.0-0.

pub

Version 1.0.1 revision 0 uploaded by ParnellSpringmeyer.

Package meta

Synopsis
Pipe stdin to a redis pub/sub channel
Description

pub is an executable for piping data from stdin to a specified Redis pub/sub channel.

A typical use for this tool is to tail a log file, match a specific line with grep, and pipe it into Redis where multiple consumers can do something different with each incoming log line:

tail -F /var/log/somelogfile.log | grep "tracker.gps.parsed" | pub loglines
Author
Parnell Springmeyer <parnell@digitalmentat.com>
Bug reports
n/a
Category
Utility
Copyright
n/a
Homepage
n/a
Maintainer
Parnell Springmeyer <parnell@digitalmentat.com>
Package URL
n/a
Stability
n/a

Components