Replies: 1 comment 4 replies
-
/cc @Ladicek (redis), @cescoffier (redis), @gwenneg (cache), @machi1990 (redis) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an usecase where certain cache has to maintained in-memory (caffeine) and some on Redis from the same application.
As far as I have debugged it looks like only one can be provided as quarkus.cache.type at buildtime
Is it the expected functionality ? Is there a possible way to achieve my usecase here ?
Beta Was this translation helpful? Give feedback.
All reactions