Live data from Hacker News

What is Redis?

github.com

1–3 of 3 posts

Re: What is Redis?

#2
I've never used Redis but have been meaning to give it a try. Since it's in-memory, what are the biggest kinds of systems you can set up with it? I would imagine it gets tricky to scale after a point?

Re: What is Redis?

#3
post #2

I've never used Redis but have been meaning to give it a try. Since it's in-memory, what are the biggest kinds of systems you can set up with it? I would imagine it gets tricky to scale after a point?

Nothing tricky about scaling it - you can use client- or proxy-based sharding as well as the experimental v3 that provides clustering out of the box.