diff --git a/docsite/docs/configuration/transforms/transforms.mdx b/docsite/docs/configuration/transforms/transforms.mdx index b5780c69..2aa1f5eb 100644 --- a/docsite/docs/configuration/transforms/transforms.mdx +++ b/docsite/docs/configuration/transforms/transforms.mdx @@ -593,39 +593,6 @@ MS uses [caching](/configuration/#caching) to reduce the number of API calls nee **If you are using any Transform stages you should configure [secondary caching](/configuration#secondary-caching)** to increase the cache size and lifetime of cached items. This will also reduce memory usage in MS. -
- -Example - -Add valkey service to your [multi-scrobbler docker compose stack](/installation?runType=docker-compose#docker) and configure MS to use it for metadata: - -```yaml title="docker-compose.yml" -services: - multi-scrobbler: - image: foxxmd/multi-scrobbler - # ... - environment: - # ... - // highlight-start - - CACHE_METADATA=valkey - - CACHE_METADATA_CONN=redis://valkey:6379 - // highlight-end - # ... - - // highlight-start - valkey: - image: valkey/valkey - volumes: - - valkeydata:/data - -volumes: - valkeydata: - driver: local - // highlight-end -``` - -
- ## Examples See **Examples** sections in specific Stage docs (also in the sidebar):