Hacker News new | ask | show | jobs
by hackerboos 3921 days ago
Last time I looked Redis would balk if it ran out of memory whilst memcached just pushed out the oldest caches.

I guess that's not a problem anymore..?

1 comments

By changing the eviction policy and using the maxmemory directive, you can effectively reproduce memcached's behavior in redis.

http://redis.io/topics/lru-cache