Y
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
lenn0x
5182 days ago
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.
link