码迷,mamicode.com
首页 > Windows程序 > 详细

redis windows

时间:2016-05-20 13:17:39      阅读:377      评论:0      收藏:0      [点我收藏+]

标签:

下载 redis windows版本

redis-server  redis.windows.conf  //cmd 命令

启动成功

技术分享

E:\redis\Redis-x64-3.0.500>redis-server  redis.windows.conf
                _._
           _.-``__ ‘‘-._
      _.-``    `.  `_.  ‘‘-._           Redis 3.0.500 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ‘‘-._
 (    ‘      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|‘` _.-‘|     Port: 6379
 |    `-._   `._    /     _.-‘    |     PID: 7472
  `-._    `-._  `-./  _.-‘    _.-‘
 |`-._`-._    `-.__.-‘    _.-‘_.-‘|
 |    `-._`-._        _.-‘_.-‘    |           http://redis.io
  `-._    `-._`-.__.-‘_.-‘    _.-‘
 |`-._`-._    `-.__.-‘    _.-‘_.-‘|
 |    `-._`-._        _.-‘_.-‘    |
  `-._    `-._`-.__.-‘_.-‘    _.-‘
      `-._    `-.__.-‘    _.-‘
          `-._        _.-‘
              `-.__.-‘

[7472] 20 May 11:48:33.364 # Server started, Redis version 3.0.500
[7472] 20 May 11:48:33.365 * The server is now ready to accept connections on port 6379

 

双击打开 redis-cli.exe , 如果不报错,则连接上了本地服务器

 

恭喜你成功了

 

技术分享

redis windows

标签:

原文地址:http://www.cnblogs.com/difme/p/5511586.html

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