本文共 583 字,大约阅读时间需要 1 分钟。
NoSQL(NoSQL = Not Only SQL ),意即“不仅仅是”,是一项全新的数据库革命性运动,早期就有人提出,发展至2009年趋势越发高涨。NoSQL的拥护者们提倡运用非关系型的数据存储,相对于铺天盖地的运用,这一概念无疑是一种全新的思维的注入。
NoSQL的特点:
处理差大量的数据
运行在廉价的PC服务器集群
解决性能瓶颈
NOSQL应用场景:
对数据高并发读写
对海量数据的高效率存储和访问
对数据的高可扩展性和高可用性
Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data structures such as , , , , with range queries, , and with radius queries.
Redis 优秀 blog http://www.cnblogs.com/stephen-liu74/category/354125.html