6 ms·
Redis is not designed for scaling. The 'default' version is a single-core app without any focus on availability. Yes there's Redis Cluster, but that's a separa
by joaohaas 1y ago
Redis is not designed for scaling. The 'default' version is a single-core app without any focus on availability.
Yes there's Redis Cluster, but that's a separate thing, and most Redis installations don't use it.