You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am facing issue with this.
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"
Is this really 2 keys with same value, or different? Can any one explain
I want to use a custom prefix for the redis keys.
This is important to me in order to have an easy esy to recognize the keys that belongs to a system, even some area of a system.
Might this be possible? ... i actually use prefixes with redis but don't know if this plugin is ready to be customized in this way.
The text was updated successfully, but these errors were encountered: