java:对比success

mongodb:文件文档存储,介于非关系与关系之间、全在硬盘

redis:键值对、一半在内存、性能高

类型:list、set、hash、string、zset排序

持久化:

检测:MQ队列

---Quartz

RDB:临时文件 dump.rdb,数据速度快、丢失数据

AOF:数据完整性、速度慢

按项目需求,都会需要

内存淘汰策略 :noeviction默认

Allkeys-lru、Volatile-lru优先未使用

 Allkeys-random、Volatile-random:随机删除

Volatile-ttl:移除最早的

应用:

缓存热数据

计数器:

为何?

缓存:增删改不频繁、查询频繁

Memcached:微小缓存框架,全在内存

Webservice axis----wsdl

猜你喜欢

转载自blog.csdn.net/qq_43532342/article/details/84586291
今日推荐