234cfds1 发表于 2018-11-5 09:08:38

Redis基础教程第5节 远程访问 Redis 基于 C#/Python

  本次Redis安装在Ubuntu Linux 虚拟机,基于VMPlayer。
  1. 设置VM采用VMnet1

  2. 查看本机IP

  3. 修改redis server的redis.conf使其支持外部IP

  4. 启动Redis带有conf

  5. Python远程访问Redis server

  使用Redis Client连接Redis Server :
tangym@ubuntu:~/redis-2.8.12/src$  
redis-cli -h 192.168.162.128 -p 6379


页: [1]
查看完整版本: Redis基础教程第5节 远程访问 Redis 基于 C#/Python