redis windows 搭建

 

#  由于redis没有发行windows版本,所以就使用了redis的非official版本,根据自己电脑下载相应的bit版本;下载地址:https://github.com/ServiceStack/redis-windows

 

#开启服务端,执行redis-server.exe,这样就开启了redis服务端 ,如下图所示:


简易的redis windows环境搭建
 

 

从dos窗口中可以看出已经服务端启动成功, 端口为6379

 

# 开启客户端连接服务端进行命令数据存储,执行 redis-cli.exe

 

就可以连接上已经开启的redis服务端,这样就可以简单的进行测试了。

 

简单测试如下图:


简易的redis windows环境搭建
 

 

 

相关文章:

  • 2022-12-23
  • 2021-11-25
  • 2022-01-10
  • 2021-05-02
  • 2021-08-27
  • 2021-06-01
猜你喜欢
  • 2021-09-15
  • 2021-06-21
  • 2022-01-02
  • 2021-05-26
  • 2022-01-06
  • 2021-07-31
相关资源
相似解决方案