node-red-context-redis
node-red-context-redis copied to clipboard
A Node-RED Context store plugin backed by Redis
A node that creates a context variable Context Flow gives the following error ("Error: Callback must be a function") the node is customized example (var userContext = node.context().flow;) this node...
- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes Improved the error message when callback is not...
I have corrected README.md, so please merge it.
`JS Foundation` -> `OpenJS Foundation`
`JS Foundation` -> `OpenJS Foundation`
When doing **context.get**, the returned value is undefined. Verified that **context.set** writes the value into Redis. global and flow contexts work as expected. I'm guessing something about keys is not...
We are trying to make use of the plugin to allow global context to be saved and retrieved from our Redis db. It works fine until there is a browser...