hibernate-redis icon indicating copy to clipboard operation
hibernate-redis copied to clipboard

RedisException when putting key in cache

Open vaibhavsw opened this issue 7 years ago • 1 comments

I'm getting below error when hibernate-redis trying to put value in redis:

Fail to put cache item... key=com.vostics.cloud.model.Project#48 org.redisson.client.RedisException: NOAUTH Authentication

Redis has no password to authenticate with and still giving error.

vaibhavsw avatar Mar 22 '17 16:03 vaibhavsw

Your redis server need auth? Put your auth info in redisson.yaml

debop avatar Mar 22 '17 23:03 debop