Skip to content

Install redis

Emibergo02 edited this page Dec 21, 2022 · 3 revisions

Install redis for testing purpose (fast, 2 min)

  1. Go on https://app.redislabs.com/
  2. Register or log-in with Google or something
  3. Select a cloud vendor of your region
  4. Click on the database named "yourname-free-db"
  5. There is a parameter called Public Endpoint where you would find a very-long-hostname:port
  6. In the Security section you would find username and password
  7. Now you can build your redis-uri like this redis://username:password@very-long-hostname:port
  8. Done
Clone this wiki locally