欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Redis
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→项目) |
||
第6行: | 第6行: | ||
[[文件:redis.png]] is pretty fast!, 110000 SETs/second, 81000 GETs/second in an entry level Linux box. | [[文件:redis.png]] is pretty fast!, 110000 SETs/second, 81000 GETs/second in an entry level Linux box. | ||
+ | |||
+ | ==Debian== | ||
+ | apt-get install redis-server | ||
+ | redis-cli | ||
+ | redis> set hello redis | ||
+ | OK | ||
+ | redis> get hello | ||
+ | "redis" | ||
==项目== | ==项目== |
2013年4月28日 (日) 08:06的版本
您可以在Wikipedia上了解到此条目的英文信息 Redis Thanks, Wikipedia. |
Redis: A persistent key-value database with built-in net interface written in ANSI-C for Posix systems.
is pretty fast!, 110000 SETs/second, 81000 GETs/second in an entry level Linux box.
目录 |
Debian
apt-get install redis-server redis-cli redis> set hello redis OK redis> get hello "redis"
项目
用户
链接
- http://redis.io/
- Redis @ GitHub
- http://code.google.com/p/redis/
- Redis To Go: imple Redis Hosting
- 为什么使用 Redis及其产品定位
- Redis经验谈,新浪作为全世界最大的Redis用户,在开发和运维方面有非常多的经验。
系列文章
分享您的观点