Redis
Current version v0.0.1
Last updated
Current version v0.0.1
Last updated
Redis 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.
This action stores data in its cache and makes it available on command.
Find Redis in the Actions tab and drag it onto the canvas to use it.
To use this action, you will need to have access to the Redis service, either on-premise or cloud, installed.
In order to configure this action, you must first link it to a Listener. Go to Building a Pipeline to learn how to link.
Redis Configuration
Redis endpoint* - enter the endpoint used to establish connection to the redis server.
Commands - the command to retrieve the data from the server. Choose between SET and GET.
Redis Key* - if the model has a version, enter it here.
Event in field - the message to input to redis.
Output - enter a name for the output event.
Rate Limit
Maximum requests - set a limit on the number of requests per second to launch on the server.
Click Save to complete.