Redis Query Action
Run Redis query completely serverless via Thingsup IoT Platform. Insert or get data from Redis with simple MQTT rules engine or HTTP APIs.
Last updated
Was this helpful?
Run Redis query completely serverless via Thingsup IoT Platform. Insert or get data from Redis with simple MQTT rules engine or HTTP APIs.
Last updated
Was this helpful?
This provides a way to run Redis Query. Before adding Redis Query Action, user has to define a . User need to provide following parameters to add Redis Query Action.
User need to provide a Redis Command in Lowercase. Find .
User can write JavaScript code to create dynamic Redis query.
Here the "payload" object and params Array objects available in this code which are directly executed on Redis Connection along with supplied command.
"payload" object is supplied from Action Trigger like Rules, Action Command etc.
User need to provide a Connection ID of Redis database connection.
Please note the following points: