# upstash-redis OpenAPI overview

> Below is an overview of the upstash-redis openapi in simple language. This API contains 6 endpoints.

For more detailed information of an endpoint, visit https://oapis.org/summary/upstash-redis/[idOrRoute]

Upstash Redis REST API v1.0.0 - https://{server}.upstash.io
REST API for accessing Upstash Redis database

## Other

- [](https://oapis.org/openapi/upstash-redis/{command}/{args}): GET https://{server}.upstash.io/{command}/{args} - Execute a Redis command
- [](https://oapis.org/openapi/upstash-redis/{command}/{args}): POST https://{server}.upstash.io/{command}/{args} - Execute a Redis command with JSON or binary value
- [](https://oapis.org/openapi/upstash-redis/pipeline): POST https://{server}.upstash.io/pipeline - Execute multiple Redis commands in a pipeline
- [](https://oapis.org/openapi/upstash-redis/multi-exec): POST https://{server}.upstash.io/multi-exec - Execute multiple Redis commands in a transaction
- [](https://oapis.org/openapi/upstash-redis/monitor): POST https://{server}.upstash.io/monitor - Monitor Redis commands
- [](https://oapis.org/openapi/upstash-redis/subscribe/{channel}): POST https://{server}.upstash.io/subscribe/{channel} - Subscribe to a Redis channel
