NAME
Message::Passing::Redis - Produce or consume messages by Redis PubSub
SYNOPSIS
# Terminal 1:
$ message-pass --input STDIN --output Redis --output_options
'{"topic":"foo","hostname":"127.0.0.1","port":"6379"}'
{
"data"
:{
"some"
:
"data"
},
"@metadata"
:
"value"
}
# Terminal 2:
$ message-pass --output STDOUT --input Redis --input_options
'{"topics":["foo"],"hostname":"127.0.0.1","port":"6379"}'
{
"data"
:{
"some"
:
"data"
},
"@metadata"
:
"value"
}
DESCRIPTION
A Redis transport for Message::Passing, allowing you to publish messages to, or subscribe to messages from Redis.
SEE ALSO
AUTHOR
Tomas (t0m) Doran <bobtfish@bobtfish.net>
COPYRIGHT
Copyright the above named author
LICENSE
GNU Affero General Public License, Version 3
If you feel this is too restrictive to be able to use this software, please talk to us as we'd be willing to consider re-licensing under less restrictive terms.