diff --git a/.env.example b/.env.example index 799e44525b..dfde0428d7 100644 --- a/.env.example +++ b/.env.example @@ -656,6 +656,9 @@ HELP_AND_FAQ_URL=https://librechat.ai # Enable Redis for caching and session storage # USE_REDIS=true +# Enable Redis for resumable LLM streams (defaults to USE_REDIS value if not set) +# Set to false to use in-memory storage for streams while keeping Redis for other caches +# USE_REDIS_STREAMS=true # Single Redis instance # REDIS_URI=redis://127.0.0.1:6379