-
Is there any way to use quarkus redis annotations (@CacheResult, @CacheInvalidate, @CacheInvalidateAll, @Cachekey) while integrating with Redisson ? Please assist here. |
Beta Was this translation helpful? Give feedback.
Answered by
Ladicek
Apr 17, 2024
Replies: 2 comments
-
/cc @Ladicek (redis), @cescoffier (redis), @machi1990 (redis) |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is not possible out of the box. The only way would be to write your own caching provider. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nitinty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is not possible out of the box. The only way would be to write your own caching provider.