随笔分类 -  Redis

redis知识点总结
摘要:关于redis的持久化方案 Redis中所有的key和value默认加载到内存中,为了数据的不丢失,把数据进行持久化,通常会把数据落地磁盘。 第一种持久化方案(默认rdb) In the example below the behaviour will be to save: # after 900 阅读全文
posted @ 2020-11-22 21:00 照旧 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-22 19:48 照旧 阅读(72) 评论(0) 推荐(0) 编辑