windows安装redis

  • 下载安装包,由于redis不提供windows版本,但是通过官网了解,如下:
    The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64. Learn more

     通过提示,找到下载链接:https://github.com/MSOpenTech/redis/releases,下载文件Redis-x64-3.2.100.zip

  • 解压文件,有如下文件:
    redis-benchmark.exe         #基准测试
    redis-check-aof.exe         # aof
    redischeck-dump.exe        # dump
    redis-cli.exe               # 客户端
    redis-server.exe            # 服务器
    redis.windows.conf          # 配置文件

     

  • windows 运行(快捷键:windows键+R键),输入【cmd】命令,进入DOC操作系统窗口。使用命令【redis-server.exe  redis.windows.conf】,启动redis 服务

posted @ 2016-10-23 13:51  嘎达汤  阅读(140)  评论(0编辑  收藏  举报