Upstash Documentation home page
Search...
⌘K
Ask AI
Discord
Blog
Twitter
Console
Console
Search...
Navigation
Auth
ECHO
Overview
Redis
Vector
QStash
Workflow
Search
Developer API
Overall
Quickstarts
Features
SDKs
Typescript
Python
Overview
Getting Started
Features
Commands
Overview
Auth
ECHO
PING
Bitmap
Generic
Hash
Json
List
PubSub
Scripts
Server
Set
Sorted Set
String
Ratelimit (TS)
Ratelimit (PY)
How To
Integrations
Tutorials
Troubleshooting
Help
Example
Copy
Ask AI
assert
redis.echo(
"hello world"
)
==
"hello world"
Auth
ECHO
Example
Copy
Ask AI
assert
redis.echo(
"hello world"
)
==
"hello world"
Returns a message back to you. Useful for debugging the connection.
Arguments
message
str
required
A message to send to the server.
Response
The same message you sent.
Example
Copy
Ask AI
assert
redis.echo(
"hello world"
)
==
"hello world"
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Overview
PING
Assistant
Responses are generated using AI and may contain mistakes.