Skip to main content

Arguments

No arguments

Response

PONG
const response = await redis.ping();
console.log(response); // "PONG"
I