redis-cli
.
Because it is already covered in Getting Started, we
will skip it here.
Database
After completing the getting started guide, you will see the database page as below:
Connect
button, you can copy
the code that is required for your client.
Below, we will provide examples from popular Redis clients, but the information above should help you configure all Redis clients similarly.
If you have enabled TLS in your database, please refer to Connect With
TLS section instead.
upstash-redis
Because upstash-redis is HTTP based, we recommend it for Serverless functions.
Other TCP based clients can cause connection problems in highly concurrent use
cases.