Skip to content

ProxyManager issues with JedisConnectionFactory from spring-data-redis #426

Discussion options

You must be logged in to vote

what I meant here is I would like to have capability of structuring my keys.

But... Redis hash does not provide expiration for individual items in the hash, it makes impossible to expire buckets that became unused. Redisson integration had been initially written on top of Redisson/RMap that uses RedisHash behind, but then it was rewritten to use org.redisson.command.CommandExecutor in order to add TTL feature, you can see discussion there #161 (comment)

Then what distributed cache mechanism you suggest ?

Feel free to stay with Redis, but use one of direct Bucket4j integration with Jedis, Lettuce or Redisson. But if organizing multiple buckets in one collection is dominant requirement …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@airasyaqub
Comment options

Answer selected by airasyaqub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants