By default, T-VREX enables multi-user mode, with no need for additional configurations.
If you want to have more server instances, you must install and configure
Redis database and RedisJSON modules.
Run the following steps:
Install Redis by running the following command:
docker
run -p <port>:<port> --name redis-redisjson redislabs/rejson:latest
where <port>
is the Redis port
Add your Redis hostname and port
in the T_VREX configuration file:
MULTIUSER_DATABASE_URL
=<hostname>:<port>