zoukankan      html  css  js  c++  java
  • redis初使用

    下载地址:https://redis.io/download

    Redis项目不正式支持Windows。但是,微软开放技术小组开发并维护了针对Win64的Windows端口

    windows版下载地址:https://github.com/MicrosoftArchive/redis/releases

    一、安装

    我用的windows系统,安装就是下一步,下一步。

    第一次安装过程中可能会弹出redis service启动失败对话框,会有retry和cancel两个按钮,直接cancel就行。

    装完后配置环境变量,将redis安装目录添加到path中。

    二、启动服务

    设置认证密码

    https://itbilu.com/database/redis/Ey_r7mWR.html

     

  • 相关阅读:
    HDU
    HDU
    西电OJ
    西电OJ
    西电OJ
    USACO 2.1-Healthy Holsteins
    USACO 2.1-Sorting a Three-Valued Sequence
    HDU
    UVA
    codeforces 811A Vladik and Courtesy
  • 原文地址:https://www.cnblogs.com/suiyueshentou/p/7838736.html
Copyright © 2011-2022 走看看