安装教程
https://www.runoob.com/redis/redis-install.html
下载地址
https://github.com/tporadowski/redis/releases
Redis可视化管理工具(AnotherRedisDesktopManager)
https://github.com/qishibo/AnotherRedisDesktopManager/releases
Docker 安装 Redis
docker pull redis:latest
docker run -itd --name redis-test -p 6379:6379 redis