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"Returns a message back to you. Useful for debugging the connection.
A message to send to the server.
The same message you sent.
assert redis.echo("hello world") == "hello world"