Memory Persister

Introduction

The unit allows storing data in memory through ObjectManager. The data is stored in JavaScript data structures in the Node.js application running on the server. Once the Node.js application is shut down or restarted, the data is lost.

Configuration

Settings

In order to use the persister as default persister, run yarn update-default-persister memory.