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.
Command
Function
//Example 1
params.push(payload.key);
//Command is hgetall//Example 2
params.push("getname"); //to get name of current connection
params.push("list"); // to get the list of client connections to the server
//Command is clientConnection ID

Last updated
Was this helpful?