EIVUS

Redis and Memcached for Hosted Apps

In-memory caches on your server: when to use each and how to size.

Back to blog
Redis is feature-rich (data structures, persistence); Memcached is simple and multi-threaded. Both reduce DB load. Run on the same host for low latency or dedicate a small instance. Set memory limits and eviction policies.

Clients who trust us