Windows Redis安装

Windows Redis托管地址 https://github.com/ServiceStack/redis-windows

1.下载安装包

2.配置环境变量(REDIS_HOME) 个人习惯

3.安装Redis服务

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

Redis可视化工具 https://github.com/uglide/RedisDesktopManager 

你可能感兴趣的:(Windows Redis安装)