No snippet updates when using Redis as cache adapter

Hello everyone,

I have configured Redis as a cache adapter as described in the documentation:

framework:
  cache:
    app: cache.adapter.redis_tag_aware
    system: cache.adapter.redis_tag_aware
    default_redis_provider: 'redis://%env(REDIS_EPHEMERAL_HOST)%:%env(REDIS_EPHEMERAL_PORT)%/%env(REDIS_EPHEMERAL_DATABASE)%'

Unfortunately, the snippets are no longer being updated. Neither new snippets are displayed nor existing ones updated.

Even using bin/console cache:clear does not improve the situation.

Only a redis-cli FLUSHDB causes the storefront to display the snippet updates.

Has anyone else experienced this? Is this possibly a bug, and how can I import new snippets during deployment without emptying the entire Redis cache?

I’m a little confused. :slight_smile:

Maybe someone has some advice.

Thank you and best regards,

Frank