As title says. I'm considering creating a state service farm using redis, and I'd like to handle multiple "regions" - that way, if a service goes down only a single region should be affected. This may seem like a good idea initially, but I'd rather know beforehand if :
- Installing multiple side-by side instances of redis is a good idea?
- Redis only stores data in RAM?
- How much RAM a typical redis instance uses? (I realize this may be a rethorical question, but I'd love some guesstimates)