• 下载Redis,解压后直接使用,无需安装
    解压后如图所示:在Win10系统上装Redis

  • 点击redis-server.exe,打开CMD,进入Redis文件夹,输入redis-cli,出现如图所示结果,然后输入命令redis-server --service-install redis.windows.conf --loglevel verbose,其作用为把redis服务加入系统服务列表,以后直接运行客户端就可以了。

在Win10系统上装Redis

注:第一次运行,要先打开redis server服务,否则redis-cli命令连接客户端时会失败。

相关文章:

  • 2021-05-23
  • 2021-04-05
  • 2022-01-12
  • 2022-12-23
  • 2021-07-11
  • 2021-06-18
  • 2021-04-22
猜你喜欢
  • 2021-09-10
  • 2021-11-14
  • 2021-10-25
  • 2021-04-04
  • 2021-07-30
  • 2021-08-27
  • 2021-11-14
相关资源
相似解决方案