Skip to content

Redis Tag Aware Check wrong #245

@artdevil-de

Description

@artdevil-de

PHP Version

8.2.15

Shopware Version

6.5.8.2

Plugin Version

1.2.9

Actual behaviour

Redis Tag Aware Warning is displayed

image

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

No one assigned

    Labels

    kind/questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions