Hacker News new | ask | show | jobs
by rkurian 5186 days ago
Why do you guys use both memcache and Redis ? Redis also has LRU cache functionality.
1 comments

Because in-house we have a custom version of memcache. We rewrote memcache's slab allocator, and for some use cases, is better at memory efficiency than Redis.