const response = await redis.echo("hello world"); console.log(response); // "hello world"
Returns a message back to you. Useful for debugging the connection.
A message to send to the server.
The same message you sent.
Was this page helpful?