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

Related issues

Mickael-van-der-Beek picture Mickael-van-der-Beek  路  6Comments

Alchemystic picture Alchemystic  路  6Comments

abhaygarg picture abhaygarg  路  5Comments

Atala picture Atala  路  3Comments

shmendo picture shmendo  路  6Comments