码迷,mamicode.com
首页 > 系统相关 > 详细

linux redis 安装

时间:2016-01-27 14:20:40      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

下载:http://redis.io/download

redis-3.0.6.tar.gz

 

2、解压 tar xzf redis-3.0.6.tar.gz

3、进入目录 cd redis-3.0.6

4、安装  make

运行数据库

[root@infa redis-3.0.6]# src/redis-server

 

然后在另外的ssh连接中访问:

[root@infa redis-redis-3.0.6]# src/redis-cli

127.0.0.1:6379> set name chenzhou

OK

127.0.0.1:6379> get name

"chenzhou"

127.0.0.1:6379> 

 

安装成功!

linux redis 安装

标签:

原文地址:http://www.cnblogs.com/wflxz/p/5162910.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!