mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
Gateway
The gateway service is an ...
Caching
The gateway service can use a configured store via GATEWAY_CACHE_STORE. Possible stores are:
memory: Basic in-memory store and the default.redis: Stores data in a configured redis cluster.etcd: Stores data in a configured etcd cluster.
- Note that in-memory stores are by nature not reboot persistent.
- Though usually not necessary, a database name and a database table can be configured for event stores if the event store supports this. Generally not applicapable for stores of type
in-memory. These settings are blank by default which means that the standard settings of the configured store applies. - The gateway service can be scaled if not using
in-memorystores and the stores are configured identically over all instances.