1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: Persistable Context (markdown)

Nick O'Leary 2018-05-18 23:05:06 +01:00
parent e2b3075b81
commit c773c026fc

@ -29,6 +29,9 @@ If you want to access the external storage, add the prefix(*) to the key of cont
If prefix is not added, data in current local memory is accessed.
> NOL: I am concerned that using `$` is too close to environment variable syntax. Having played with a few alternatives, I propose `#` as the prefix. Please let me know what you think.
### how to use in function node
![function](https://github.com/node-red-hitachi/node-red/wiki/images/inFunction.png)