Redis URL

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

Redis.com

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

Create a redis account

3. Verify your email.

Email verification

4. Log in to your Redis account.

Log in

5. Select a cloud vendor and a server.

Select Server

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

Select Roles menu

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.

Create a role

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

Select Users menu

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

Create a user

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

Copy endpoint url

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?