1、下载地址https://github.com/dmajkic/redis/downloads
2、打开一个cmd窗口,使用cd命令切换到指定目录(D:\redis\64bit)运行 redis-server.exe redis.conf 。
3、在开一个cmd(D:\redis\64bit) 运行 redis-cli.exe -h 127.0.0.1 -p 6379,其中 127.0.0.1是本地ip,6379是redis服务端的默认端口
4、 测试: set test "11111111111111111"
get test
redis window 安装测试--记录
时间: 2024-10-25 19:40:33