Redis (only for v1.0.0)

IMPORTANT: do not relad your server always do restart

How to set up Redis

Redis Hostarrow-up-right after registration, click on "New Database", scroll down and find "Durability Settings", change "High Availability Settings" to "None", scroll down, if you want to select a free database, and click "Create".

How to connect Redis to Loom

To connect Click on your database herearrow-up-right. You need to copy the Public endpoint, in the Security section username and password.

multithreaded:
  redis:
    host: "PUBLIC_ENDPOINT"
    user-name: "USERNAME"
    password: "PASSWORD"

Last updated