欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Redis
来自开放百科 - 灰狐
(版本间的差异)
小 (→项目) |
小 (→Debian) |
||
第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. | ||
+ | |||
+ | ==Install== | ||
+ | $ wget http://redis.googlecode.com/files/redis-2.6.13.tar.gz | ||
+ | $ tar xzf redis-2.6.13.tar.gz | ||
+ | $ cd redis-2.6.13 | ||
+ | $ make | ||
+ | 启动服务器 | ||
+ | $ src/redis-server | ||
+ | 客户端交互 | ||
+ | $ src/redis-cli | ||
==Debian== | ==Debian== |
2013年5月1日 (三) 15:09的版本
您可以在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.
目录 |
Install
$ wget http://redis.googlecode.com/files/redis-2.6.13.tar.gz $ tar xzf redis-2.6.13.tar.gz $ cd redis-2.6.13 $ make
启动服务器
$ src/redis-server
客户端交互
$ src/redis-cli
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用户,在开发和运维方面有非常多的经验。
系列文章
分享您的观点