Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 633 Bytes

File metadata and controls

31 lines (24 loc) · 633 Bytes
layout docs-api
toc toc-api-context.html
title Memory Context Store
slug
url label
/docs/api/context
context
memory

New in 0.19

The Memory Context store is the default store used by Node-RED. It holds all context data in memory and is wiped whenever Node-RED restarts. It provides both synchronous and asynchronous access.

Configuration

To create a memory store, the following configuration can be used.

{% highlight javascript %} contextStorage: { default: { module:"memory", } } {% endhighlight %}

Options

The memory store does not provide any configuration options.