Google News
logo
Memcached - Interview Questions
How does Memcached handle high availability and failover?
Memcached itself does not natively provide built-in high availability and failover features like some other distributed systems. However, there are strategies and tools that can be employed to achieve high availability and failover in Memcached deployments.

Here's how Memcached can handle high availability and failover :

* Client-Side Failover

* Load Balancers

* Replication

* Server Monitoring and Auto-Scaling

* Manual Failover

* High Availability Middleware

* Data Partitioning
Advertisement