Is it possible to save nested objects in redis?
I am using the node.js. driver One of my key values ββis an array of objects. If I am not strict, this will result in the string "[Object Object]", if I build it, I get this error:
{ stack: [Getter/Setter], arguments: undefined, type: undefined, message: 'ERR wrong number of arguments for \'hmset\' command' }
source share