首页 > 数据库技术 > 详细

Redis and Database

时间:2018-07-16 10:28:23      阅读:134      评论:0      收藏:0      [点我收藏+]

1. Redis is in-memory data store, cache.

2. Request is first sent to redis, then database.

3. Data(which is also stored in database) that is frequently used is stored in redis.

4. Data in redis is stored in memory, data in database is stored in disk. Accessing data from memory is much faster than from database.

Redis and Database

原文:https://www.cnblogs.com/dark-rebel/p/9315996.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!