const response = await redis.echo("hello world"); console.log(response); // "hello world"
Was this page helpful?