> ## Documentation Index
> Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# PING

> Send a ping to the server and get a response if the server is alive.

## Arguments

No arguments

## Response

<ResponseField type="string" required>
  `PONG`
</ResponseField>

<RequestExample>
  ```ts Example theme={"system"}
  const response = await redis.ping();
  console.log(response); // "PONG"
  ```
</RequestExample>


## Related topics

- [PING](/docs/redis/sdks/py/commands/auth/ping.md)
- [Overview](/docs/redis/sdks/ts/commands/overview.md)
- [Pricing](/docs/realtime/overall/pricing.md)
- [Redis® API Compatibility: supported commands, modules, and protocols](/docs/redis/overall/compatibility.md)
