Node-redis: node_redis: Deprecated: The HSET command contains a "undefined" argument.

Created on 13 Jul 2016  路  1Comment  路  Source: NodeRedis/node-redis

node_redis: Deprecated: The HSET 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.

how to deal with this.

question

Most helpful comment

Please check where you use the HSET command. It seems like you pass undefined values to Redis and they are saved as a string with the value "undefined".

>All comments

Please check where you use the HSET command. It seems like you pass undefined values to Redis and they are saved as a string with the value "undefined".

Was this page helpful?
0 / 5 - 0 ratings