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

Cache Region prefix with Z:, What is this?

Open kiranmaikasturi opened this issue 7 years ago • 1 comments

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 can i set custom prefix?

kiranmaikasturi avatar Jul 28 '17 07:07 kiranmaikasturi

@kiranmaikasturi
Z means zset structure in redis for expiration timestamp store. you can't custom prefix.

debop avatar Sep 27 '17 03:09 debop