Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Co-authored-by: Danish <danish@ultroid.tech> Co-authored-by: Mahesh Chauhan <84653476+vasusen-code@users.noreply.github.com> Co-authored-by: Aditya <xditya@ultroid.tech> Co-authored-by: CyrusXD <79554993+Ashutosh1478@users.noreply.github.com>
18 lines
1013 B
Markdown
18 lines
1013 B
Markdown
# Tutorial To Get Redis DB URL and Password
|
|

|
|
|
|
## Process For Creating DB :-
|
|
- Go To [Redis.com](Https://redis.com) and click "`Try Free`" in Top Right Corner.
|
|
- Fill All The Required Details Like email, first and last name, password, etc.
|
|
- Tick Below "I agree the corresponding...Privacy Policy." and Click "Get Started".
|
|
- Now Check Your Email, and click the "Activate Now" sent by redislabs via email.
|
|
- Now Login and Chose Free Plan in "Fixed Size" Area and Write any name in "Subscription Area".
|
|
- On the Next Page Write Database Name and click Activate.
|
|
|
|
> Congrats! Your DB has been created 🥳
|
|
|
|
## Process For Getting DB Credentials:-
|
|
- Wait 5 mins after DB creation.
|
|
- Then There Would Be 2 Things Named "`Endpoint`" and "`Access Control & Security`".
|
|
- Copy Both Of Them and Paste Endpoint url in `REDIS_URI` and "Access ...Security" in `REDIS_PASSWORD`.
|