Create /extras/redistut.md
Browse files- resources/extras/redistut.md +17 -0
resources/extras/redistut.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Tutorial To Get Redis DB URL and Password
|
| 2 |
+

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