Hacker News new | ask | show | jobs
by ihsw2 3163 days ago
For most use-cases, Redis nodes will saturate network IO before CPU, but it should be noted that Redis is single-threaded so YMMV.
1 comments

We do heavy pipelining and tend to max out the single thread, so we run multiple redis instances per host.