-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
enhancementstalewaiting-for-feedbackWe need additional information before we can continueWe need additional information before we can continue
Description
Expected behavior
Please add support of TTL, Max Idle , Eviction Policy support to redis server assisted client side caching.
This will reduce the memory requirement on Application's side.
.maxIdle(Duration.ofSeconds(60))
.timeToLive(Duration.ofSeconds(60))
.evictionPolicy(EvictionPolicy.LFU)
.syncStrategy(SyncStrategy.UPDATE)
Write here what you're expecting ...
Actual behavior
Write here what happens instead ...
Steps to reproduce:
Please create a reproducible case of your problem. Make sure
that case repeats consistently and it's not random
1.
2.
3.
Redis / Jedis Configuration
Jedis version:
version as per current date: 5.2.0 GA
Redis version:
Java version:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementstalewaiting-for-feedbackWe need additional information before we can continueWe need additional information before we can continue