Redis
Most recent version: v1.0.0
Last updated
Was this helpful?
Most recent version: v1.0.0
Last updated
Was this helpful?
is a powerful in-memory data structure store that can be used as a database, cache, and message broker. It provides high performance, scalability, and versatility, making it a popular choice for real-time applications and data processing.
The Redis Action allows users to set and retrieve data from a Redis server.
These are the input and output ports of this Action:
To use this Action, you must install Redis and Redis CLI.
Start your local Redis docker instance:
Now, connect to the Redis container:
Use this command to get the IP:
Paste this IP in the Redis endpoint field of your Redis Action.
To open the configuration, click the Action in the canvas and select Configuration.
Enter the required parameters:
Redis endpoint*
Enter the endpoint used to establish the connection to the Redis server.
Commands
The command to read or write data from the Redis server. Choose between SET and GET.
Redis Key*
If the model has a version, enter it here.
Event in field / Event out field*
Depending on the selected command, you must
Event in field - Choose the field that contains the events you want to input to Redis. Only available for the SET command.
Event out field - Enter a name for the output field that will store the output data. Only available for the GET command.
Expiration in seconds
Optionally, enter how long the key will be available in the Redis server. Only available for the SET command.
Click Save to complete.
In order to configure this action, you must first link it to a Listener. Go to to learn how to link.
As installing Redis via a Docker is generally preferable, we will brief you on this procedure. To install it locally, check .
For more help and in-depth detail, see .
Find Redis in the Actions tab (under the Advanced group) and drag it onto the canvas. Link it to the required and .