[docs-only] Fix caching envvar use

This commit is contained in:
mmattel
2023-05-10 11:37:05 +02:00
parent 1f8164c527
commit 589a0f5ce1
3 changed files with 2 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ The following image gives an overview of the scenario when a client requests to
## Caching
The `graph` service can use a configured store via `GRAPH_STORE_TYPE`. Possible stores are:
The `graph` service can use a configured store via `GRAPH_CACHE_STORE`. Possible stores are:
- `memory`: Basic in-memory store and the default.
- `ocmem`: Advanced in-memory store allowing max size.
- `redis`: Stores data in a configured Redis cluster.