feat(ocis): remove ocm store
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -51,10 +51,6 @@ The `frontend` service can use a configured store via `FRONTEND_OCS_STAT_CACHE_S
|
||||
- `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)
|
||||
- `noop`: Stores nothing. Useful for testing. Not recommended in production environments.
|
||||
- `ocmem`: Advanced in-memory store allowing max size. (deprecated)
|
||||
- `redis`: Stores data in a configured Redis cluster. (deprecated)
|
||||
- `etcd`: Stores data in a configured etcd cluster. (deprecated)
|
||||
- `nats-js`: Stores data using object-store feature of [nats jetstream](https://docs.nats.io/nats-concepts/jetstream/obj_store) (deprecated)
|
||||
|
||||
Other store types may work but are not supported currently.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user