Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hackerboos
on Sept 26, 2015
|
parent
|
context
|
favorite
| on:
Clarifications about Redis and Memcached
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..?
skuhn
on Sept 26, 2015
[–]
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
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I guess that's not a problem anymore..?