Hacker News new | ask | show | jobs
by secondcoming 636 days ago
Redis' biggest flaw is its single threaded design. We end up having to run separate redis processes on each core and have client side sharding. We're lucky that our data allows this.

We experiment with KeyDB too but I'm not sure what state that project is in.

1 comments

KeyDB is awesome. Works great.