Windows
约 95 字
Powershell 启动时让版权信息消失
直接在命令行中输入powershell -NoLogo
来启动
Windows 安装 Redis
方法1:使用 Microsoft Open Tech 团队的 Redis for Windows 版本
https://github.com/tporadowski/redis/releases
方法2:使用WSL安装Linux版本的Redis
sudo apt-get update
sudo apt-get install redis-server
sudo service redis-server start