In the “Add-ons” tab on your app console click on the Redis Cloud add-on, and choose your Redis Cloud plan.
Once Redis Cloud has been added, you will notice a new configuration variable: REDISCLOUD_URL
in the Configuration variables
tab on your app console, containing the username, password, hostname and port of your first Redis Cloud database.
Note: as database provisioning is carried out asynchronously, please wait until the creation and initialization of the database is complete. This process shouldn't take more than 60 seconds. You are ready to go when the "hostname" value in the `REDISCLOUD_URL` environment variable is different than your "localhost".
Next, setup your app to start using the Redis Cloud add-on.