Auth
PING
Send a ping to the server and get a response if the server is alive.
Arguments
No arguments
Response
stringrequired
PONG
Example
const response = await redis.ping();console.log(response); // "PONG"Send a ping to the server and get a response if the server is alive.
No arguments
PONG
const response = await redis.ping();console.log(response); // "PONG"