You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/Develop/memory.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ If you want to use a non-default cache setting, you can use the following enviro
119
119
120
120
| Variable | Type | Default | Description |
121
121
|----------|------|---------|-------------|
122
-
|`LANGFLOW_CACHE_TYPE`| String |`async`| Set the cache type for Langflow's internal caching system. Possible values: `async`, `redis`, `memory`, `disk`. If you set the type to `redis`, then you must also set the `LANGFLOW_REDIS_*` environment variables. |
122
+
|`LANGFLOW_CACHE_TYPE`| String |`async`| Set the cache type for Langflow's internal caching system. Possible values: `async`, `redis`, `memory`. If you set the type to `redis`, then you must also set the `LANGFLOW_REDIS_*` environment variables. The `disk` backend was removed in 1.10 — switch to `async` for in-memory or `redis` for cross-worker. |
123
123
|`LANGFLOW_LANGCHAIN_CACHE`| String |`InMemoryCache`| Set the cache storage type for the LangChain caching system (a Langflow dependency), either `InMemoryCache` or `SQLiteCache`. |
124
124
|`LANGFLOW_REDIS_HOST`| String |`localhost`| Redis server hostname if `LANGFLOW_CACHE_TYPE=redis`. |
125
125
|`LANGFLOW_REDIS_PORT`| Integer |`6379`| Redis server port if `LANGFLOW_CACHE_TYPE=redis`. |
0 commit comments