Summary

This operator allows the user to set keys and publish messages in a Redis data store

Configuration

Input settings of existing table

Parameter

Value

Opt.

Description

Example

Key

System.String

-

Column that includes the Redis key

col1

Value

System.String

-

Column that includes the Redis values.


Type

System.Int32

opt.

The column that includes the type 0=string(=standard) 1=list

col2

Set value?

System.Int32

opt.

Decision as to whether value is set. 0 = do not set, 1 = set (=standard)


Send message

System.Int32

opt

Decision as to whether message is published. 0 = do not send (=standard), 1 = send


Expiry time in s  

System.Int32

opt.

Seconds until expiry of Redis key. Value 0 means that the key does not expire.


Settings

Parameter

Value

Opt.

Description

Example

Server

System.String

-

The host name of the Redis server

localhost

Port

System.String

-

The port on which you can reach your server

6379

Remarks

For this operator to work you need a Redis server.

Want to learn more?

Troubleshooting

Nothing known up to now.


Related topics