I have an app where many servers will need to write to a store but only one server will be reading the store. The data will be somewhat transitory so an in-memory store might make sense.
I checked out redis but the docs only talk about one master and many slaves, which is the opposite of what I need. I know I can code it myself, but I will need to write data from different servers and browsers and having a mature messaging/store solution would be really nice. Any suggestions? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
