You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cache name is the name of the cache (so, you need a matching redis cache (named) configuration.
When using the dev mode with the redis dev service, it uses a single redis for everything.
hi, I also think a prefix is not a replacement of all the caches names, if you have more than one project in the redis cache, will be nice to add a prefix like "project1". ObjectResult. Please this issue need to be addressed.
Describe the bug
When using custom cache.redis.prefix
The cacheName set in @CacheResult during key generation is missing
config
code
result cacheName is missing
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
Linux fedora 6.2.14-300.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 1 00:55:28 UTC 2023 x86_64 GNU/Linux
Output of
java -version
openjdk version "20" 2023-03-21 OpenJDK Runtime Environment (Red_Hat-20.0.0.0.36-1.rolling.fc38) (build 20+36) OpenJDK 64-Bit Server VM (Red_Hat-20.0.0.0.36-1.rolling.fc38) (build 20+36, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.2.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.2-rc-2
Additional information
No response
The text was updated successfully, but these errors were encountered: