Arguments
string
required
A message to send to the server.
Response
The same message you sent.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
const response = await redis.echo("hello world");
console.log(response); // "hello world"
const response = await redis.echo("hello world");
console.log(response); // "hello world"
Was this page helpful?