# Redis安装

redis (opens new window)

redis.windows-service.conf

找到含有requirepass字样的地方,追加一行,输入requirepass 12345。这是访问Redis时所需的密码

redis启动命令

redis-server.exe redis.windows.conf