{ "opencollection": "1.0.0", "info": { "name": "Upstash APIs Kafka RedisCommand API", "version": "2.0.0" }, "items": [ { "info": { "name": "RedisCommand", "type": "folder" }, "items": [ { "info": { "name": "Execute a Redis pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.upstash.com/v2/pipeline", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Execute multiple Redis commands in a single round trip against the\nper-database Redis REST API. Request body is a JSON array of\ncommands, where each command is itself an array starting with the\ncommand name.\n" }, { "info": { "name": "Execute Redis commands atomically", "type": "http" }, "http": { "method": "POST", "url": "https://api.upstash.com/v2/multi-exec", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Execute a batch of Redis commands as an atomic MULTI/EXEC transaction." }, { "info": { "name": "Publish a message to a pub/sub channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.upstash.com/v2/publish/:channel/:message", "params": [ { "name": "channel", "value": "", "type": "path" }, { "name": "message", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Publish a message to a pub/sub channel" } ] } ], "bundled": true }