debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
357 stars 184 forks source link

Using single redis for several instance of application #130

Open alikhil opened 5 years ago

alikhil commented 5 years ago

Will it be ok if several instances of the application using hibernate-redis will connect to a single instance of Redis?

Will it be ok? and will they share and manage the same cache?

Sorry if the question seems stupid, but I did not find an answer to this question in repo readme.md.

debop commented 5 years ago

It's distributed cache, so hibernate-redis share cache item within multiple client