目录1 概念2 内存回收2.1 过期策略2.2 惰性过期 在 Redis 中的实现2.3 定期过期在 Redis 中的实现3 内存淘汰3.1 淘汰算法3.2 Redis 内存淘汰策略3.3 Redis 对象淘汰判断标准设计3.3.1 Redis 对象的设计3.3.2 lru 策略
Let\'s assume I have a database with two tables: categories and articles. Every article belongs to a category.