node-red/test/red
Nick O'Leary a8ec032553
Allow context store name to be provided in the key
For nodes that get/set context, when multiple stores are configured
they will not know to parse the store name from the key. So they
will pass the store name in the key, such as #:(store)::key.

Currently that will cause that full string to be used as the key
and the default context store used - which is wrong.

The code now parses out the store name from the key if it is set -
athough if the call to get/set does include the store argument, it
will take precedence.

This only applies when the key is a string - it doesn't apply when
an array of keys is provided.
2018-09-14 23:21:05 +01:00
..
api Update i18next in runtime 2018-07-23 23:25:57 +01:00
runtime Allow context store name to be provided in the key 2018-09-14 23:21:05 +01:00
red_spec.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00