-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use cluster mode, but always have a cache hit rate of 50%. Do you know why? #136
Comments
Even if we visit the same KEY multiple times, this result is |
@huaism how did you get that fancy output? |
Hi @huaism , can you please provide the config to implement redis cache using redis-cluster. |
HI @NitinK91 hibernate redishibernate.cache.region.factory_class=org.hibernate.cache.redis.hibernate52.SingletonRedisRegionFactory hibernate-redis.propertiesredisson-config=classpath:redisson.yaml redisson.yamlclusterServersConfig:
|
Thanks @huaism for sharing. I am facing an issue. Can you help. java.lang.IllegalArgumentException: port out of range:-1 Actually it not generating ClientPartition.getMasterAddress() properly. Cluster config deom CLUSTER_NODES:: My code is ::
|
The text was updated successfully, but these errors were encountered: