rickyrauch / Balloons.IO

Balloons.IO is a web multi-room chat server and client ready to use. It’s built with the help of node.JS, Express, Socket.IO and Redis. Balloons uses PassportJS for authentication with Twitter and Facebook
http://balloons.io
2.36k stars 491 forks source link

Pin the node_redis version because a newer version has broken compatibility #69

Closed jwietelmann closed 12 years ago

jwietelmann commented 12 years ago

The calls to hmset complain that not all values are strings when using new versions of the redis npm package.

impronunciable commented 12 years ago

Thanks