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