-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
kind/questionFurther information is requestedFurther information is requested
Description
PHP Version
8.2.15
Shopware Version
6.5.8.2
Plugin Version
1.2.9
Actual behaviour
Redis Tag Aware Warning is displayed
Expected behaviour
I would expect no warning, as we do not have the Object Cache on Redis Tag Aware
Our Cache Config uses Redis Tag Aware, but we specifically set the object cache to regular redis.
See config below
framework:
cache:
prefix_seed: "%kernel.cache.hash%"
app: cache.adapter.redis_tag_aware
system: cache.adapter.redis_tag_aware
default_redis_provider: 'redis://%env(REDIS_CACHE_HOST)%:%env(REDIS_CACHE_PORT)%'
pools:
cache.object:
default_lifetime: 3600
adapter: cache.adapter.redis
tags: cache.tags
Steps to Reproduce?
Use the Redis Cache setting from above, and the Redis Tag Aware warning will be displayed
Metadata
Metadata
Assignees
Labels
kind/questionFurther information is requestedFurther information is requested
