Redis Windows 64位下安装Redis详细教程

Windows Redis 下载地址

          GItHub下载地址:点击打开链接

          百度云下载地址 :点击打开链接

1、文件介绍:

redis-benchmark.exe #基准测试

redis-check-aof.exe # aof

redischeck-dump.exe # dump

redis-cli.exe # 客户端

redis-server.exe # 服务器

redis.windows.conf # 配置文件

 

2、启动Redis

windows 运行(快捷键:按住shift + 鼠标右键),选择在此处打开命令窗口,进入cmd操作系统窗口。

使用命令【redis-server.exe redis.windows.conf】,启动redis 服务。

或者点击server.bat批处理文件启动Redis

服务启动成功状态
Redis Windows 64位下安装Redis详细教程

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-08-28
  • 2021-12-18
  • 2021-12-21
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2021-04-22
  • 2021-10-30
  • 2021-08-08
相关资源
相似解决方案