Hacker News new | ask | show | jobs
by hunterb123 1365 days ago
Redis is pretty easy to distribute out of the box.

And most likely you'll want a simple k/v distributed cache for other things so it's no extra work.

1 comments

But then you can just put your session data in Redis. You're eating the latency to Redis either way.