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.
Comments
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.
KeyDB is awesome. Works great.