caoxinyu/RedisClient

The version of redis server is too low to support this function

win32nipuh opened this issue · 9 comments

The same as here described:

The version of redis server is too low to support this function
#55

I have installed 3.2.100 for Windows
https://github.com/MSOpenTech/redis/releases

Run the latest version of the Redis Client. It does not work:

  1. The version of redis server is too low to support this function
  2. Sometimes it gives:
    java.net.SocketTimeoutException: connect timed out

please tell me which version of RedisClient you used? In my environment , RedisClient is running well. Please use the following RedisClient:
redisclient-win32.x86.2.0.exe
redisclient-win32.x86_64.2.0.jar

for timeout, please update timeout paramter in tools -> options -> connection timeout

我和他一样碰到同样的问题最新的redis-3.2.6启动后连不上
http://www.zheng-hang.com/images/jietu.png

原来版本有bug,请用最新的版本

果然是已经发布版本有问题,直接用release目录下就可以了

Hi there, can you please update the download page so the link points to "fixed" version?

3.2.1版本也不支持,也是报这个错

用readme里面的就可以,我也是下了release又下了readme里的链接,前者29mb后者50mb,后一个正常使用。