随笔分类 - Redis
摘要:引言:作为少有的.net架构下的大型网站,stackoverflow曾发表了一篇文章,介绍了其技术体系,原文链接http://highscalability.com/blog/2011/3/3/stack-overflow-architecture-update-now-at-95-million-...
阅读全文
摘要:http://blog.wx6.org/2013/349.htmusing System; using System.Collections.Generic; using System.Linq; using System.Text; using ServiceStack.Redis; namesp...
阅读全文
摘要:Redis 是完全开源免费的,遵守BSD协议,先进的key - value持久化产品。它通常被称为数据结构服务器,因为值(value)可以是 字符串(String), 哈希(Map), 列表(list), 集合(sets) 和 有序集合(sorted sets)等类型。http://www.redi...
阅读全文
摘要:1、下载地址https://github.com/dmajkic/redis/downloads2、打开一个cmd窗口,使用cd命令切换到指定目录(D:\redis\64bit)运行 redis-server.exe redis.conf 。3、在开一个cmd(D:\redis\64bit) 运行 ...
阅读全文

浙公网安备 33010602011771号