{
    "Ni": {
        "add.redis.getschedulemq": { "command": "
          lselect value from schedulemq<value> limit ?count;
        ", "params": {
             "count": { "type": "Int" }
        }, "template": "template9" },
        "add.redis.addschedulemq": { "command": "
          linsert into schedulemq<value> values(?value);
        ", "params": {
             "value": { "type": "VarChar" }
        }, "template": "template9" },
        "add.redis.addstaticmq": { "command": "
          linsert into staticmq<value> values(?value);
        ", "params": {
             "value": { "type": "VarChar" }
        }, "template": "template9" },
        "add.redis.getstaticmq": { "command": "
          lselect value from staticmq<value> limit ?count;
        ", "params": {
             "count": { "type": "Int" }
        }, "template": "template9" },
    }
}
