摘要: 阅读全文
posted @ 2018-07-23 23:43 wss96 阅读(3025) 评论(1) 推荐(1) 编辑
摘要: Redis、Memcache、MongoDb的优缺点 Redis优点 支持多种数据结构,如 string(字符串)、 list(双向链表)、dict(hash表)、set(集合)、zset(排序set)、hyperloglog(基数估算) 支持持久化操作,可以进行aof及rdb数据持久化到磁盘,从而 阅读全文
posted @ 2018-07-23 18:31 wss96 阅读(277) 评论(0) 推荐(0) 编辑