Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How can i configure cache setting in hiberante-redis.properties #133

@tufgupmi

Description

@tufgupmi

Hello,

How this settings from redisson can be configured in your hibernate-redis.properties ?

hibernate.cache.redisson.[REGION_NAME].eviction.max_entries - max size of cache. Superfluous entries in Redis are evicted using LRU algorithm. 0 value means unbounded cache. Default value: 0

hibernate.cache.redisson.[REGION_NAME].expiration.time_to_live - time to live per cache entry in Redis. Defined in milliseconds. 0 value means this setting doesn't affect expiration. Default value: 0

hibernate.cache.redisson.[REGION_NAME].expiration.max_idle_time - max idle time per cache entry in Redis. Defined in milliseconds. 0 value means this setting doesn't affect expiration. Default value: 0

Can you provide some example,? In the document there is only configuration for expiryInSeconds,... and i don't see in redisson any parameter called expiryInSeconds.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions