2 comments

[ 5.4 ms ] story [ 19.2 ms ] thread
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.