码迷,mamicode.com
首页 > 其他好文 > 详细

centos install redis

时间:2017-04-11 15:00:29      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:release   java   启动服务   centos   客户   cal   hang   编译   tar.gz   

1. 下载

   [logan@localhost java]$ wget http://download.redis.io/releases/redis-3.2.8.tar.gz
2. 解压
    [logan@localhost java]$ tar zxf redis-3.2.8.tar.gz
3. 进入目录
  [logan@localhost java]$ cd redis-3.2.8/
4. 编译
  [logan@localhost redis-3.2.8]$ make

5. 启动服务端

     [logan@localhost redis-3.2.8]$ src/redis-server

6. 启动客户端

     [logan@localhost redis-3.2.8]$ src/redis-cli
   127.0.0.1:6379> set name zhangsan
  OK
  127.0.0.1:6379> get name
  "zhangsan"


 

  

centos install redis

标签:release   java   启动服务   centos   客户   cal   hang   编译   tar.gz   

原文地址:http://www.cnblogs.com/rocky-fang/p/6693321.html

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