IDE显示connect failed
解决方法:
尝试ping redis服务器的ip地址
尝试telnet 6379端口,如不通则查看配置文件,修改 bind 0.0.0.0
修改配置文件protected-mode no
加载配置文件,并启动后,再使用jedis操作
redis-server kconfig/redis.conf
redis-cli -p 6379