本次Redis安装在Ubuntu Linux 虚拟机,基于VMPlayer。
1. 设置VM采用VMnet1
2. 查看本机IP
3. 修改redis server的redis.conf使其支持外部IP
4. 启动Redis带有conf
5. Python远程访问Redis server
RedisClient :
[email protected]:~/redis-2.8.12/src$ redis-cli -h 192.168.162.128 -p 6379
时间: 2025-01-18 07:50:20