redis windows

Posted joe立

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 , 如果不报错,则连接上了本地服务器

 

恭喜你成功了

 

技术分享

以上是关于redis windows的主要内容,如果未能解决你的问题,请参考以下文章

redis启动,停止

redis演练聚集

windows 怎么开启redis

redis如何执行redis命令

Redis学习——详解Redis配置文件

Redis 基础 -- Redis简介CentOS 7 单机安装Redis启动Redis(后台启动Redis 指定配置文件启动Redis 开机自启Redis )Redis客户端(含图形化界面)