Comment on Nodule: A Node.js Pub-Sub Key-Value Store in 185 LinesComments−juvenn16yRedis has Pub/Sub support as well: http://code.google.com/p/redis/wiki/PublishSubscribeAnd I think their APIs (limited to pub/sub) are very alike, kinda cool!
Comments
Redis has Pub/Sub support as well: http://code.google.com/p/redis/wiki/PublishSubscribe
And I think their APIs (limited to pub/sub) are very alike, kinda cool!