windows redis常用

 

1.下载地址

  GIT下载:
  https://github.com/MicrosoftArchive/redis/releases
  官方下载:
  https://redis.io/download/

2.配置文件
  redis.windows.conf
  一般修改2个地方,端口号和密码
  port
  requirepass

3.安装服务
  redis-server.exe –-service-install redis.windows.conf

4.常用命令
  cd 目录
  redis-cli.exe -h 127.0.0.1 -p 6379 -a ******

posted on 2023-07-21 16:07  kobe  阅读(4)  评论(0编辑  收藏  举报

导航