Skip to content

Commit

Permalink
Merge pull request #204 from opencloud-eu/drop-unused-env-var-fromd-ocs
Browse files Browse the repository at this point in the history
drop unused STORAGE_USERS_STAT_CACHE_STORE env var from readme
  • Loading branch information
rhafer authored Feb 17, 2025
2 parents ebba861 + 37404fd commit 35a53e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/storage-users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35a53e5

Please sign in to comment.