Redis Publisher
Use the Redis Publisher node to add items to a redis channel to be pushed to subscribers.
This document was autogenerated for the Redis Publisher Node.
Revision History
1.0.0.0 Initial Release.
1.0.0.5 Added support for PushPop.
Properties
Connection
Type: Connection Input
The Connection Property
ConnectionString
Type: Password
Mandatory
E.g. {domain}.redis.cache.windows.net:{redisPort},password={password}=,ssl=True,abortConnect=False
Action
Type: List Input
Provides the action to perform against Redis.
RedisPublish- Published a message to the Redis channel specified in the Channel property.
PushQueue- Add a message to the back of the row of the specified redis key.
PushStack - Add a message to the front of the row of the specified redis key.
Channel
Type: String Input
Name of the channel you want to publish to.
Message
Type: Multiline Text Input
The specific message you would like to publish.
Remarks
In order to use this node on your site, specific site-level permissions must be granted. Submit a ticket to Flowgear Support requesting access to Redis Publisher.