Skip to content
undb Docs

MongoDB Cache Layer (Optional)

Config

Set environment UNDB_CACHE_STORAGE_PROVIDER to mongo and other config to enable cache provider mongo

Environment Variables

VariableCommentsIf absent
UNDB_CACHE_STORAGE_PROVIDERmongorequire
UNDB_CACHE_STORAGE_MONGO_CONNECTION_STRINGmongodb connection stringexample mongodb://localhost:27017
UNDB_CACHE_STORAGE_MONGO_DATABASE_NAMEmongodb cache databasedefault undb_cache
UNDB_CACHE_STORAGE_MONGO_COLLECTION_NAMEmongodb cache collection namedefault undb_cache