This operator allows the user to set keys and publish messages in a Redis data store
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. |
|
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 |
For this operator to work you need a Redis server.
Nothing known up to now.