NAME
   Message::Passing::Redis - Produce or consume messages by Redis PubSub

SYNOPSIS
       # Terminal 1:
       $ message-passing --input STDIN --output Redis --output_options '{"topic":"foo","server":"127.0.0.1:6379"}'
       {"data":{"some":"data"},"@metadata":"value"}

       # Terminal 2:
       $ message-passing --output STDOUT --input Redis --input_options '{"topics":["foo"],"server":"127.0.0.1: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
   Message::Passing::Input::Redis
   Message::Passing::Output::Redis

AUTHOR
   Tomas (t0m) Doran <[email protected]>

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.