Node.js Wiki
Advertisement

Despite the AWESOME preso on Redis I don't know enough to write on it with complete authority ....

Redis is a key value memory based storage system for binary/ string data. Though its not natively JSON friendly, JSON can easily be serialized/deserialized as string/binary data.

There is a great article on HowToNode about using node and publish/subscribe with Redis .

Advertisement