文章列表
最近redis很火,在大型的网站和系统都使用了它!
很全的redis资料:
http://blog.nosqlfan.com/html/1282.html
关于TTServer
- 博客分类:
- Tokyo Tyrant
TTServer: TokyoTyrant+TokyoCabinet
是一个来自日本的持久化高性能的Key-Value存储系统.
NOsql技术资料大全网站:
汇集了很多nosql相关技术资料,非常有用
http://blog.nosqlfan.com/
http://redis.io
Introduction to Redis
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
You can run atomic operations on these types, like appending to a string; incrementing th ...