dwyl / hapi-socketio-redis-chat-example

:speech_balloon: Real-time Chat using Hapi.js + Socket.io + Redis Pub/Sub (example with tests!!)
GNU General Public License v2.0
364 stars 73 forks source link

Redis deprecation warnings on server start #95

Open finnhodgkin opened 7 years ago

finnhodgkin commented 7 years ago

There are some strange redis warnings on server load that I think come from updated packages. At some point we should run through the code for this and socketio (see #92)

node_redis: Deprecated: The HSET command contains a "null" argument.
This is converted to a "null" 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 PUBLISH command contains a "null" argument.
This is converted to a "null" 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.