Merge pull request #204 from opencloud-eu/drop-unused-env-var-fromd-ocs

drop unused STORAGE_USERS_STAT_CACHE_STORE env var from readme
This commit is contained in:
Ralf Haferkamp
2025-02-17 10:47:02 +01:00
committed by GitHub
+1 -1
View File
@@ -212,7 +212,7 @@ When the CLI tool restores the item with the `replace` option, the existing item
## Caching
The `storage-users` service caches stat, metadata and uuids of files and folders via the configured store in `STORAGE_USERS_STAT_CACHE_STORE`, `STORAGE_USERS_FILEMETADATA_CACHE_STORE` and `STORAGE_USERS_ID_CACHE_STORE`. Possible stores are:
The `storage-users` service caches stat, metadata and uuids of files and folders via the configured store in `STORAGE_USERS_FILEMETADATA_CACHE_STORE` and `STORAGE_USERS_ID_CACHE_STORE`. Possible stores are:
- `memory`: Basic in-memory store and the default.
- `redis-sentinel`: Stores data in a configured Redis Sentinel cluster.
- `nats-js-kv`: Stores data using key-value-store feature of [nats jetstream](https://docs.nats.io/nats-concepts/jetstream/key-value-store)