Search…
⌘K
Ask AI
⌘I
Discord
Blog
Twitter
Console
Overview
Redis
Vector
QStash
Workflow
Search
Box
Realtime
Developer API
Redis
SDKs
Typescript
Commands
Auth
PING
Send a ping to the server and get a response if the server is alive.
1 min read
Copy as Markdown
Arguments
#
No arguments
Response
#
ECHO
CLIENT SETINFO
Example
const
response
=
await
redis.
ping
();
console.
log
(response);
// "PONG"