持久化和内存是否满了应该没有关系。当内存使用达到maxmemory值的时候,Redis会使用maxmemory-policy配置规则来回收内存:http://www.redis.cn/topics/lru-cache.html关于持久化更多信息参考一下:http://www.redis.cn/topics/persistence.html。
持久化和内存是否满了应该没有关系。当内存使用达到maxmemory值的时候,Redis会使用maxmemory-policy配置规则来回收内存:http://www.redis.cn/topics/lru-cache.html
关于持久化更多信息参考一下:http://www.redis.cn/topics/persistence.html。