memory Store
Storememory
memory Store
Defines an in-memory store.
The memory store holds data in local process memory. It does not persist across restarts and is not shared between Zilla instances. It is suitable for single-instance deployments or testing scenarios.
stores:
my_memory_store:
type: memory
