# 🎉 Node-RED 0.19 released

**URL:** https://discourse.nodered.org/t/node-red-0-19-released/2267
**Category:** News
**Created:** [14 August 2018 09:46 UTC](https://discourse.nodered.org/t/node-red-0-19-released/2267 "2018-08-14T09:46:08Z")
**Posts on this page:** 1
**Showing post:** 23

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [14 August 2018 22:48 UTC](https://discourse.nodered.org/t/node-red-0-19-released/2267/23 "2018-08-14T22:48:01Z")

</div>

@Paul-Reed @TotallyInformation you configure multiple stores by having multiple configs listed:

```auto
contextStorage: {
   default: {
       module: "localfilesystem"
   },
   memoryOnly: {
       module: "memory"
   }
},

```

Then, [as per the docs](https://nodered.org/docs/writing-functions#multiple-context-stores) you can use either `default` or `memoryOnly` as the store name argument of `context.get/set`. Also, once you have multiple stores configured, the TypedInput has an extra drop-down to pick the store to use.

Will update the docs.

---

_[View the full topic](https://discourse.nodered.org/t/node-red-0-19-released/2267)._
