dwyl / dwyl/hapi-socketio-redis-chat-example
Redis deprecation warnings on server start
- Dominant language
- Elm
- Stars
- 360
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
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.
```
Contributor guide
Assessment
This issue has not been assessed yet.