Wildhoney / RedisCache

Simple Node.js based Redis cache for storing large collections of data.
16 stars 7 forks source link

Deprecated usage of GET and SETEX commands #7

Closed KasparasMasiukas closed 6 years ago

KasparasMasiukas commented 6 years ago

After using fetch command, logs show:

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 SETEX 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.

KasparasMasiukas commented 6 years ago

Nevermind, this happened due to my mistake, sending undefined key on fetch. Ignore this.