sequelize-redis
sequelize-redis copied to clipboard
node_redis: Deprecated: The GET command contains a "undefined" argument.
error:
node_redis: Deprecated: The GET command contains a "undefined" argument.
This is converted to a "undefined" string now and will return an error from v.3.0 on.
Please handle this in your code to make sure everything works as you intended it to.
npm dependencies "redis": "^2.8.0", "sequelize": "^5.0.0-beta.9", "sequelize-redis": "^1.0.6", "bluebird": "^3.5.1",
redis sql : 3.2
Hi, thanks for the issue, I have no time to make that fix, but If you can contribute and PR a fix for that, it will be great.
Is this Issue resolved. im facing similar issue when trying to run the node js app locally. Any help if you found a solution would be great.
Also this is the error i received when run in locally:
Error received in CMD:
(node:21832) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Running on PORT: 8080
node_redis: Deprecated: The GET command contains a "undefined" argument. This is converted to a "undefined" string now and will return an error from v.3.0 on. Please handle this in your code to make sure everything works as you intended it to. node_redis: Deprecated: The GET command contains a "undefined" argument. This is converted to a "undefined" string now and will return an error from v.3.0 on. Please handle this in your code to make sure everything works as you intended it to. Error: INVALID_LOGIN: Invalid username, password, security token; or user locked out.
--> Somehow its not reading my env file. Any idea why i see this error
I have the same issue