Redis Subscriber

Use the Redis Subscriber node to receive messages from the specified Redis channel.

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

Channel

Type: String Input
Name of the channel you want to subscribe to.

Action

Type: List Input
Provides the action to perform against Redis.

RedisSubscriber - Subscribes to the Redis channel specified in the connection, will then listen for any new messages on that channel.
RedisPopQueue - Continuously checks for new items in the specified Redis key. First in Last Out principle.
RedisPopStack - Continuously checks for new items in the specified Redis key. First in First Out principle.

Message

Type: Multiline Text Input
The text message as received from Redis.

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 Subscriber.

See Also

Redis Publisher