Hello I have changed the default context storage to the REDIS.
Configuration:
contextStorage: {
redis: {
module: require("node-red-context-redis"),
config: {
host: "**,
port:***,
}
}
},
When fetching the global data using the change node, it works. But with the function node, it shows: "Error: Callback must be a function"
Tried with and without setting the storeName.