sequelize-redis icon indicating copy to clipboard operation
sequelize-redis copied to clipboard

node_redis: Deprecated: The GET command contains a "undefined" argument.

Open newcomein opened this issue 7 years ago • 3 comments

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

newcomein avatar Jul 15 '18 10:07 newcomein

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.

idangozlan avatar Aug 24 '18 17:08 idangozlan

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

keerthi019 avatar Apr 18 '19 18:04 keerthi019

I have the same issue

erick2014 avatar Dec 17 '19 20:12 erick2014