redis windows

下载 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 , 如果不报错,则连接上了本地服务器

 

恭喜你成功了

 

posted @ 2016-05-20 12:03  joe立  阅读(248)  评论(0)    收藏  举报