【redis】在windos下的redis服务器的搭建

1.下载Redis-x64-3.2.100(楼主用的版本,需要安装包的可以找我要) 下载官方版本

2.解压后在cmd下运行 redis-server redis.windos.conf

此时redis服务已经在该windows下6379端口运行

3.把该服务设置成windos服务

redis-server --service-install redis.windows-service.conf 

redis-server --service-start

4.

 

5.使用RedisStudio可视化工具参看

6.设置密码 

7.增删改查

原文地址:https://www.cnblogs.com/xuxml/p/10393919.html