-
Notifications
You must be signed in to change notification settings - Fork 183
redispub
Fabian Affolter edited this page Apr 27, 2014
·
2 revisions
The redispub
plugin publishes to a Redis channel.
[config:redispub]
host = 'localhost'
port = 6379
targets = {
'r1' : [ 'channel-1' ]
}
Requires:
- Python redis-py