1、下载地址https://github.com/dmajkic/redis/downloads

2、打开一个cmd窗口,使用cd命令切换到指定目录(D:\redis\64bit)运行 redis-server.exe redis.conf 。

3、在开一个cmd(D:\redis\64bit)  运行 redis-cli.exe -h 127.0.0.1 -p 6379,其中 127.0.0.1是本地ip,6379是redis服务端的默认端口

4、 测试: set test "11111111111111111"

               get test

             redis window 安装测试--记录

相关文章:

  • 2021-08-24
  • 2022-12-23
  • 2021-09-06
  • 2021-11-07
  • 2021-04-20
  • 2021-12-15
  • 2021-12-09
猜你喜欢
  • 2021-09-04
  • 2022-01-12
  • 2021-08-20
  • 2021-04-13
  • 2021-10-21
  • 2021-07-28
  • 2021-07-08
相关资源
相似解决方案