|
|
|
|
|
by tfb
4763 days ago
|
|
I'm not entirely sure what I'd search for so I figure I might as well ask here. When a key won't fit in redis, does redis remove the least active key(s) to make room? And is there a way to persist the removed keys to disk to possibly be retrieved at a later date? That way the most active keys remain in memory while the least active keys are still available. |
|
Redis had a virtual-memory option like you describe at some point, but it was scraped due to poor performance and other issues.