Redis database

Fabricate uses Redis for background jobs and caching. Redis 7 or later is required.

For Redis, we recommend that you use a managed service such as Amazon ElastiCache. However, you can also host it on the same machine.

Update the .env file to point to the Redis instance and set the following:

FABRICATE_REDIS_URL=  # Redis connection URL.

Last updated

Was this helpful?