-
Notifications
You must be signed in to change notification settings - Fork 299
Description
The LibreChat Redis configuration documentation
includes an invalid key, FORCED_IN_MEMORY_CACHE_NAMESPACES=STATIC_CONFIG, which causes errors when starting the deployment of librechat v.0.8.0
Error: Invalid cache keys in FORCED_IN_MEMORY_CACHE_NAMESPACES: STATIC_CONFIG. Valid keys: CONFIG_STORE, ROLES, PLUGINS, GEN_TITLE, TOOLS, MODELS_CONFIG, MODEL_QUERIES, STARTUP_CONFIG, ENDPOINT_CONFIG, TOKEN_CONFIG, APP_CONFIG, ABORT_KEYS, BANS, ENCODED_DOMAINS, AUDIO_RUNS, MESSAGES, FLOWS, PENDING_REQ, S3_EXPIRY_INTERVAL, OPENID_EXCHANGED_TOKENS, OPENID_SESSION, SAML_SESSION
at Object. (/app/api/cache/cacheConfig.js:32:11)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
at Module.load (node:internal/modules/cjs/loader:1266:32)
at Module._load (node:internal/modules/cjs/loader:1091:12)
at Module.require (node:internal/modules/cjs/loader:1289:19)
at require (node:internal/modules/helpers:182:18)
at Object. (/app/api/cache/getLogStores.js:1:25)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)