如何将Windows上的redis-cli连接到Linux上的redis(在VMware上)

我将Windows 8作为VMware的主机和Linux guest,并在Linux上安装了redis,redis可以正常工作。

我不知道如何连接redis-cli -h [ipAddress]来在Linux上使用VMware重新启动。

  1. 如何在Linux,Windows 8和VMware上configurationnetworking?

  2. 我不知道用哪个[ipAddress]将Linux上的redis与VMware连接起来?

[更新]

我从窗口ping通,并且可以将Linux(在VMware上)的redis-cli连接到Windows上的redis-server。

我使用安装Redis

在VirtualBox上运行Ubuntu 12的Redis也有类似的情况,然后运行Windows 7作为主机。 我从Windows 7连接到Ubuntu机器时遇到问题。

我不得不编辑我的redis.conf(Ubuntu上的/etc/redis/redis.conf)文件并注释掉这一行:

 #bind 127.0.0.1 

为我工作。

听起来像一个网络/防火墙问题。 无论服务器和客户端使用什么操作系统,都应该以相同的方式通过redis-cli连接到redis服务器。 这应该总是redis-cli -h [ipAddress]