I installed redis3.2.8 on remote server(centos6.7).But client(java) can't remote server.Redis3.0.7 is OK. The Jedis catch exception is "JedisConnectionException("Could not get a resource from the pool", e)".
Comment From: schlitzered
recent redis versions disallow remote clients to execute commands if no password is set.
you should set a viable passwort with the requirepass option, and call the "auth" + password in your client
Comment From: filipecosta90
@ghost @schlitzered closing this one given it's outside the scope of the project and lacks details ( please follow up on https://github.com/redis/jedis/issues if this is still a valid issue )
Keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis server. Questions should be directed to the community: