摘要: Redis 是一个高性能的key-value数据库。 它支持存储的value类型包括string、hash、list、set 和 zset等。redis还支持各种不同方式的排序。All the commands available in Redis 2.0.0. API Referenceappend(self, key, value)Appends the string value to the value at key. If key doesn't already exist, create it with a value of value. Returns the new le阅读全文
posted @ 2010-08-21 21:27 ※ABeen※ 阅读(282) | 评论 (0) 编辑 |
