Upstash Documentation home page
Search...
⌘K
Ask AI
Discord
Blog
X
Console
Console
Search...
Navigation
Auth
ECHO
General
Redis
Kafka
Vector
QStash
SDKs
Developer API
Overall
Overview
SDKs
Typescript
Python
upstash-ratelimit
upstash-vector
upstash-redis
Overview
Getting Started
Features
Commands
Overview
Auth
ECHO
PING
Bitmap
Generic
Hash
List
PubSub
Scripts
Server
Set
Sorted Set
String
upstash-qstash
DevOps
Terraform
Pulumi
CLI
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.