For the complete documentation index, see llms.txt. This page is also available as Markdown.

Redis database

Fabricate uses Redis for background jobs and caching. It requires Redis 7 or later.

For Redis, we recommend that you use a compatible managed service such as Amazon ElastiCache or Azure Managed Redis. 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?