hibernate-redis
hibernate-redis copied to clipboard
hibernate 2nd level cache privder using redis
Guys, I was thinking about add support to latest redisson (from 2.5.1 to 2.10.4) in 3.X branch. It is quite a jump, I know, but not being able to use...
The return value of generateCacheKey function is hardcode with null in ReadOnlyRedisEntityRegionAccessStrategy class. So READ_ONLY entity cannot be put to cache when receive it from database.
I am using Redis as Hibernate 2L cache, using hibernate.cache.region_prefix=hibernate. I can see 2 keys like this "hibernate.abc" "Z:hibernate.abc" Are these really 2 keys with same value, or different? How...
I met the error StrategySelectionException: Unable to resolve name [org.hibernate.cache.redis.hibernate4.SingletonRedisRegionFactory ] as strategy [org.hibernate.cache.spi.RegionFactory]???? What caused this
We are using Hibernate-redis in spring boot for entity cache. we have configured expiry time for the entities in cache and the eviction is working fine. if we deploy this...
Hello, spring-platform bom includes the jedis dependency. Spring-session uses jedis to connect to a redis instance to keep user sessions, `spring-boot-starter-redis` again declares and uses jedis as a redis client....
Hi all, I'm from the Hibernate team. We were not aware of this project, I just heard about this on our forums: - https://forum.hibernate.org/viewtopic.php?f=1&t=1044134 Kudos for making this! Redis support...
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...
Would you consider to expose Redisson config through Spring Application properties? In some cases it would be better if I could override only those properties that are changing between environments...