Memory Adapter
The Memory Adapter keeps all of your applications data in-memory, persisting it to permanent storage every 10 seconds. The Memory Adapter has the benefit of requiring no additional server (i.e. no RethinkDB instance) and is incredibly performant.
When using this adapter you can configure how to save and retrieve this data in a persistent file structure. The adapter will automatically persist its data every 10 seconds. Below is an example configuration which persists data to data/database.json
on the local filesystem.
Last updated