Redis URL
1. Visit redis.com and either Log in or Sign up (If you don't have a redis account).

2. Create a redis account. If you already have a redis account, skip to step 4.

3. Verify your email.

4. Log in to your Redis account.

5. Select a cloud vendor and a server.

6. Click on Data Access Control
from the left panel and click on Roles
then on Add new role
.

7. Make a role by giving it a name. Then select the subscription that your database will be using also make sure to have Full-Access
in Redis ACLs selection drop-down menu.

8. Click on Data Access Control
from the left panel and click on Users
then on Add new role
.

9. Create a user with admin
role and type a username
and password
and remember both.

10. Select Subscritions
from the left panel and copy the Endpoint
and the database name
.

11. Put your values in the following format, and you have your REDIS_URL:
redis://<username of admin role>:<password of admin role>@<endoint url>/<database name>
Last updated
Was this helpful?