What is Redis?
github.com
What is Redis?
1–3 of 3 posts
Re: What is Redis?
#2I'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?
#3I'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.