跳转至

单机配置集群redis

约 69 个字 9 行代码 预计阅读时间不到 1 分钟

windows配置多个redis端口

  1. 复制redis文件夹多份
  2. 修改两个配置文件中的端口号,改成对应的,全局替换。 分别是redis.windows.conf、redis.windows-service.conf
  3. 在对应文件夹中注册服务
    // 安装Redis服务
    redis-server --service-install redis.windows.conf --service-name redis-xxxx --loglevel verbose
    // 启动Redis服务
    redis-server --service-start --service-name redis-xxxx
    // 或者用这个启动
    redis-server --port xxxx 
    // xxxx 为端口号
    
  4. 进入redis 命令行界面
    redis-cli -p xxxx
    // xxxx 为端口号
    

颜色主题调整

评论区~

有用的话请给我个赞和 star => GitHub stars
快来跟我聊天~