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 ******

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章