Auth

ECHO

Returns a message back to you. Useful for debugging the connection.

Arguments

messagebodystrrequired

A message to send to the server.

Response

strrequired

The same message you sent.

Example
assert redis.echo("hello world") == "hello world"
Loading search…